Class ExecutionState
java.lang.Object
co.elastic.clients.elasticsearch.watcher.ExecutionState
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ExecutionState>Json deserializer forExecutionState -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutionStatefinal Stringreason()API name:reasonvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal booleanRequired - API name:successfulfinal DateTimeRequired - API name:timestamptoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forExecutionState
-
-
Method Details
-
of
-
successful
public final boolean successful()Required - API name:successful -
timestamp
Required - API name:timestamp -
reason
API name:reason -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupExecutionStateDeserializer
protected static void setupExecutionStateDeserializer(ObjectDeserializer<ExecutionState.Builder> op)
-