Class MasterIsStableIndicatorExceptionFetchingHistory
java.lang.Object
co.elastic.clients.elasticsearch.core.health_report.MasterIsStableIndicatorExceptionFetchingHistory
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class MasterIsStableIndicatorExceptionFetchingHistory
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forMasterIsStableIndicatorExceptionFetchingHistory. -
Field Summary
FieldsModifier and TypeFieldDescriptionJson deserializer forMasterIsStableIndicatorExceptionFetchingHistory -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringmessage()Required - API name:messageof(Function<MasterIsStableIndicatorExceptionFetchingHistory.Builder, ObjectBuilder<MasterIsStableIndicatorExceptionFetchingHistory>> 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 voidsetupMasterIsStableIndicatorExceptionFetchingHistoryDeserializer(ObjectDeserializer<MasterIsStableIndicatorExceptionFetchingHistory.Builder> op) final StringRequired - API name:stack_tracetoString()
-
Field Details
-
_DESERIALIZER
public static final JsonpDeserializer<MasterIsStableIndicatorExceptionFetchingHistory> _DESERIALIZERJson deserializer forMasterIsStableIndicatorExceptionFetchingHistory
-
-
Method Details
-
of
-
message
Required - API name:message -
stackTrace
Required - API name:stack_trace -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMasterIsStableIndicatorExceptionFetchingHistoryDeserializer
protected static void setupMasterIsStableIndicatorExceptionFetchingHistoryDeserializer(ObjectDeserializer<MasterIsStableIndicatorExceptionFetchingHistory.Builder> op)
-