Class NodeInfoClient
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoClient
- All Implemented Interfaces:
ToJsonp
public final class NodeInfoClient extends java.lang.Object implements ToJsonp
-
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 for NodeInfoClient -
Constructor Summary
Constructors Modifier Constructor Description protectedNodeInfoClient(NodeInfoClient.Builder builder) -
Method Summary
Modifier and Type Method Description protected static voidsetupNodeInfoClientDeserializer(DelegatingDeserializer<NodeInfoClient.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.Stringtype()API name:type
-
Field Details
-
DESERIALIZER
Json deserializer for NodeInfoClient
-
-
Constructor Details
-
Method Details
-
type
public java.lang.String type()API name:type -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupNodeInfoClientDeserializer
protected static void setupNodeInfoClientDeserializer(DelegatingDeserializer<NodeInfoClient.Builder> op)
-