Class MasterIsStableIndicatorClusterFormationNode
java.lang.Object
co.elastic.clients.elasticsearch.core.health_report.MasterIsStableIndicatorClusterFormationNode
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class MasterIsStableIndicatorClusterFormationNode
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forMasterIsStableIndicatorClusterFormationNode. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MasterIsStableIndicatorClusterFormationNode>Json deserializer forMasterIsStableIndicatorClusterFormationNode -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:cluster_formation_messagefinal Stringname()API name:namefinal StringnodeId()Required - API name:node_idof(Function<MasterIsStableIndicatorClusterFormationNode.Builder, ObjectBuilder<MasterIsStableIndicatorClusterFormationNode>> 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 voidsetupMasterIsStableIndicatorClusterFormationNodeDeserializer(ObjectDeserializer<MasterIsStableIndicatorClusterFormationNode.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forMasterIsStableIndicatorClusterFormationNode
-
-
Method Details
-
of
-
name
API name:name -
nodeId
Required - API name:node_id -
clusterFormationMessage
Required - API name:cluster_formation_message -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMasterIsStableIndicatorClusterFormationNodeDeserializer
protected static void setupMasterIsStableIndicatorClusterFormationNodeDeserializer(ObjectDeserializer<MasterIsStableIndicatorClusterFormationNode.Builder> op)
-