Class NodeInfoSettingsClusterElection
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoSettingsClusterElection
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class NodeInfoSettingsClusterElection
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoSettingsClusterElection>
Json deserializer forNodeInfoSettingsClusterElection
-
Method Summary
Modifier and TypeMethodDescriptionof
(Function<NodeInfoSettingsClusterElection.Builder, ObjectBuilder<NodeInfoSettingsClusterElection>> fn) 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
setupNodeInfoSettingsClusterElectionDeserializer
(ObjectDeserializer<NodeInfoSettingsClusterElection.Builder> op) final String
strategy()
Required - API name:strategy
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoSettingsClusterElection
-
-
Method Details
-
of
-
strategy
Required - API name:strategy
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodeInfoSettingsClusterElectionDeserializer
protected static void setupNodeInfoSettingsClusterElectionDeserializer(ObjectDeserializer<NodeInfoSettingsClusterElection.Builder> op)
-