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 classClusterNode.BuilderBuilder forClusterNode. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterNode>_DESERIALIZERJson 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.Stringname()Required - API name:namevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterNodeDeserializer(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()Required - API name:name -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupClusterNodeDeserializer
-