Class NodeInfoClient
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.info.NodeInfoClient
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInfoClientof(java.util.function.Function<NodeInfoClient.Builder,ObjectBuilder<NodeInfoClient>> fn)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(ObjectDeserializer<NodeInfoClient.Builder> op)java.lang.Stringtype()Required - API name:type
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<NodeInfoClient> _DESERIALIZER
Json deserializer forNodeInfoClient
-
-
Method Detail
-
of
public static NodeInfoClient of(java.util.function.Function<NodeInfoClient.Builder,ObjectBuilder<NodeInfoClient>> fn)
-
type
public final java.lang.String type()
Required - API name:type
-
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)
-
setupNodeInfoClientDeserializer
protected static void setupNodeInfoClientDeserializer(ObjectDeserializer<NodeInfoClient.Builder> op)
-
-