Class NodeAttributesRecord
- java.lang.Object
-
- org.opensearch.client.opensearch.cat.nodeattrs.NodeAttributesRecord
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class NodeAttributesRecord extends java.lang.Object implements JsonpSerializable
-
-
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 forNodeAttributesRecord
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringattr()attribute descriptionjava.lang.Stringhost()host namejava.lang.Stringid()unique node idjava.lang.Stringip()ip addressjava.lang.Stringnode()node namestatic NodeAttributesRecordof(java.util.function.Function<NodeAttributesRecord.Builder,ObjectBuilder<NodeAttributesRecord>> fn)java.lang.Stringpid()process idjava.lang.Stringport()bound transport portvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNodeAttributesRecordDeserializer(ObjectDeserializer<NodeAttributesRecord.Builder> op)java.lang.Stringvalue()attribute value
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<NodeAttributesRecord> _DESERIALIZER
Json deserializer forNodeAttributesRecord
-
-
Method Detail
-
of
public static NodeAttributesRecord of(java.util.function.Function<NodeAttributesRecord.Builder,ObjectBuilder<NodeAttributesRecord>> fn)
-
node
@Nullable public final java.lang.String node()
node nameAPI name:
node
-
id
@Nullable public final java.lang.String id()
unique node idAPI name:
id
-
pid
@Nullable public final java.lang.String pid()
process idAPI name:
pid
-
host
@Nullable public final java.lang.String host()
host nameAPI name:
host
-
ip
@Nullable public final java.lang.String ip()
ip addressAPI name:
ip
-
port
@Nullable public final java.lang.String port()
bound transport portAPI name:
port
-
attr
@Nullable public final java.lang.String attr()
attribute descriptionAPI name:
attr
-
value
@Nullable public final java.lang.String value()
attribute valueAPI name:
value
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupNodeAttributesRecordDeserializer
protected static void setupNodeAttributesRecordDeserializer(ObjectDeserializer<NodeAttributesRecord.Builder> op)
-
-