Class NodeInfoSearch
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoSearch
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class NodeInfoSearch extends java.lang.Object implements JsonpSerializable
-
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
-
Constructor Summary
Constructors Constructor Description NodeInfoSearch(NodeInfoSearch.Builder builder)
NodeInfoSearch(java.util.function.Function<NodeInfoSearch.Builder,NodeInfoSearch.Builder> fn)
-
Method Summary
Modifier and Type Method Description NodeInfoSearchRemote
remote()
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(DelegatingDeserializer<NodeInfoSearch.Builder> op)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoSearch
-
-
Constructor Details
-
NodeInfoSearch
-
NodeInfoSearch
public NodeInfoSearch(java.util.function.Function<NodeInfoSearch.Builder,NodeInfoSearch.Builder> fn)
-
-
Method Details
-
remote
API name:remote
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupNodeInfoSearchDeserializer
protected static void setupNodeInfoSearchDeserializer(DelegatingDeserializer<NodeInfoSearch.Builder> op)
-