Class NodeInfoSettingsClusterElection
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsClusterElection
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class NodeInfoSettingsClusterElection extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeInfoSettingsClusterElection.BuilderBuilder forNodeInfoSettingsClusterElection.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeInfoSettingsClusterElection>_DESERIALIZERJson deserializer forNodeInfoSettingsClusterElection
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInfoSettingsClusterElectionof(java.util.function.Function<NodeInfoSettingsClusterElection.Builder,ObjectBuilder<NodeInfoSettingsClusterElection>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNodeInfoSettingsClusterElectionDeserializer(ObjectDeserializer<NodeInfoSettingsClusterElection.Builder> op)java.lang.Stringstrategy()Required - API name:strategy
-
-
-
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:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupNodeInfoSettingsClusterElectionDeserializer
protected static void setupNodeInfoSettingsClusterElectionDeserializer(ObjectDeserializer<NodeInfoSettingsClusterElection.Builder> op)
-
-