Class NodeAttributesRecord
java.lang.Object
org.opensearch.client.opensearch.cat.node_attributes.NodeAttributesRecord
- All Implemented Interfaces:
ToJsonp
public final class NodeAttributesRecord extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeAttributesRecord.BuilderBuilder forNodeAttributesRecord. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeAttributesRecord>DESERIALIZERJson deserializer for NodeAttributesRecord -
Constructor Summary
Constructors Modifier Constructor Description protectedNodeAttributesRecord(NodeAttributesRecord.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringattr()attribute description API name:attrjava.lang.Stringhost()host name API name:hostjava.lang.Stringid()unique node id API name:idjava.lang.Stringip()ip address API name:ipjava.lang.Stringnode()node name API name:nodejava.lang.Stringpid()process id API name:pidjava.lang.Stringport()bound transport port API name:portprotected static voidsetupNodeAttributesRecordDeserializer(DelegatingDeserializer<NodeAttributesRecord.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.Stringvalue()attribute value API name:value
-
Field Details
-
DESERIALIZER
Json deserializer for NodeAttributesRecord
-
-
Constructor Details
-
Method Details
-
node
@Nullable public java.lang.String node()node name API name:node -
id
@Nullable public java.lang.String id()unique node id API name:id -
pid
@Nullable public java.lang.String pid()process id API name:pid -
host
@Nullable public java.lang.String host()host name API name:host -
ip
@Nullable public java.lang.String ip()ip address API name:ip -
port
@Nullable public java.lang.String port()bound transport port API name:port -
attr
@Nullable public java.lang.String attr()attribute description API name:attr -
value
@Nullable public java.lang.String value()attribute value API name:value -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupNodeAttributesRecordDeserializer
protected static void setupNodeAttributesRecordDeserializer(DelegatingDeserializer<NodeAttributesRecord.Builder> op)
-