Class ExecutionState
java.lang.Object
co.elastic.clients.elasticsearch.watcher.ExecutionState
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ExecutionState>Json deserializer forExecutionState
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forExecutionState
 
- 
- 
Method Details- 
of
- 
successfulpublic final boolean successful()Required - API name:successful
- 
timestampRequired - API name:timestamp
- 
reasonAPI name:reason
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupExecutionStateDeserializerprotected static void setupExecutionStateDeserializer(ObjectDeserializer<ExecutionState.Builder> op) 
 
-