Class NodeInfoClient
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoClient
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class NodeInfoClient extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeInfoClient.BuilderBuilder forNodeInfoClient. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeInfoClient>_DESERIALIZERJson deserializer forNodeInfoClient -
Constructor Summary
Constructors Constructor Description NodeInfoClient(NodeInfoClient.Builder builder)NodeInfoClient(java.util.function.Function<NodeInfoClient.Builder,NodeInfoClient.Builder> fn) -
Method Summary
Modifier and Type Method Description voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNodeInfoClientDeserializer(DelegatingDeserializer<NodeInfoClient.Builder> op)java.lang.Stringtype()Required - API name:typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoClient
-
-
Constructor Details
-
NodeInfoClient
-
NodeInfoClient
public NodeInfoClient(java.util.function.Function<NodeInfoClient.Builder,NodeInfoClient.Builder> fn)
-
-
Method Details
-
type
public java.lang.String type()Required - API name:type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupNodeInfoClientDeserializer
protected static void setupNodeInfoClientDeserializer(DelegatingDeserializer<NodeInfoClient.Builder> op)
-