Class NodeInfoSearch
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.info.NodeInfoSearch
-
- All Implemented Interfaces:
JsonpSerializable
,PlainJsonSerializable
@JsonpDeserializable public class NodeInfoSearch extends java.lang.Object implements PlainJsonSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeInfoSearch.Builder
Builder forNodeInfoSearch
.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeInfoSearch>
_DESERIALIZER
Json deserializer forNodeInfoSearch
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInfoSearch
of(java.util.function.Function<NodeInfoSearch.Builder,ObjectBuilder<NodeInfoSearch>> fn)
NodeInfoSearchRemote
remote()
Required - API name:remote
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupNodeInfoSearchDeserializer(ObjectDeserializer<NodeInfoSearch.Builder> op)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<NodeInfoSearch> _DESERIALIZER
Json deserializer forNodeInfoSearch
-
-
Method Detail
-
of
public static NodeInfoSearch of(java.util.function.Function<NodeInfoSearch.Builder,ObjectBuilder<NodeInfoSearch>> fn)
-
remote
public final NodeInfoSearchRemote remote()
Required - API name:remote
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupNodeInfoSearchDeserializer
protected static void setupNodeInfoSearchDeserializer(ObjectDeserializer<NodeInfoSearch.Builder> op)
-
-