Class ClusterNode
java.lang.Object
co.elastic.clients.elasticsearch.security.ClusterNode
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ClusterNode extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterNode.Builder
Builder forClusterNode
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterNode>
_DESERIALIZER
Json deserializer forClusterNode
-
Constructor Summary
Constructors Constructor Description ClusterNode(ClusterNode.Builder builder)
ClusterNode(java.util.function.Function<ClusterNode.Builder,ClusterNode.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
name()
API name:name
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
setupClusterNodeDeserializer(DelegatingDeserializer<ClusterNode.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 forClusterNode
-
-
Constructor Details
-
ClusterNode
-
ClusterNode
-
-
Method Details
-
name
public java.lang.String name()API name:name
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupClusterNodeDeserializer
-