Class NodeInfoSearch
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.info.NodeInfoSearch
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class NodeInfoSearch extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeInfoSearch.BuilderBuilder forNodeInfoSearch.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeInfoSearch>_DESERIALIZERJson deserializer forNodeInfoSearch
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInfoSearchof(java.util.function.Function<NodeInfoSearch.Builder,ObjectBuilder<NodeInfoSearch>> fn)NodeInfoSearchRemoteremote()Required - API name:remotevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNodeInfoSearchDeserializer(ObjectDeserializer<NodeInfoSearch.Builder> op)
-
-
-
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:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupNodeInfoSearchDeserializer
protected static void setupNodeInfoSearchDeserializer(ObjectDeserializer<NodeInfoSearch.Builder> op)
-
-