Class MasterIsStableIndicatorDetails
java.lang.Object
co.elastic.clients.elasticsearch.core.health_report.MasterIsStableIndicatorDetails
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class MasterIsStableIndicatorDetails
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MasterIsStableIndicatorDetails>Json deserializer forMasterIsStableIndicatorDetails -
Method Summary
Modifier and TypeMethodDescriptionAPI name:cluster_formationfinal IndicatorNodeRequired - API name:current_masterAPI name:exception_fetching_historyof(Function<MasterIsStableIndicatorDetails.Builder, ObjectBuilder<MasterIsStableIndicatorDetails>> fn) final List<IndicatorNode>Required - API name:recent_mastersvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupMasterIsStableIndicatorDetailsDeserializer(ObjectDeserializer<MasterIsStableIndicatorDetails.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forMasterIsStableIndicatorDetails
-
-
Method Details
-
of
-
currentMaster
Required - API name:current_master -
recentMasters
Required - API name:recent_masters -
exceptionFetchingHistory
API name:exception_fetching_history -
clusterFormation
API name:cluster_formation -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMasterIsStableIndicatorDetailsDeserializer
protected static void setupMasterIsStableIndicatorDetailsDeserializer(ObjectDeserializer<MasterIsStableIndicatorDetails.Builder> op)
-