Class NodeInfoSettingsClusterElection
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsClusterElection
-
- All Implemented Interfaces:
JsonpSerializable
,PlainJsonSerializable
@JsonpDeserializable public class NodeInfoSettingsClusterElection extends java.lang.Object implements PlainJsonSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeInfoSettingsClusterElection.Builder
Builder forNodeInfoSettingsClusterElection
.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeInfoSettingsClusterElection>
_DESERIALIZER
Json deserializer forNodeInfoSettingsClusterElection
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInfoSettingsClusterElection
of(java.util.function.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)
java.lang.String
strategy()
Required - API name:strategy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<NodeInfoSettingsClusterElection> _DESERIALIZER
Json deserializer forNodeInfoSettingsClusterElection
-
-
Method Detail
-
of
public static NodeInfoSettingsClusterElection of(java.util.function.Function<NodeInfoSettingsClusterElection.Builder,ObjectBuilder<NodeInfoSettingsClusterElection>> fn)
-
strategy
public final java.lang.String strategy()
Required - API name:strategy
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupNodeInfoSettingsClusterElectionDeserializer
protected static void setupNodeInfoSettingsClusterElectionDeserializer(ObjectDeserializer<NodeInfoSettingsClusterElection.Builder> op)
-
-