Class AcknowledgeState
java.lang.Object
co.elastic.clients.elasticsearch.watcher.AcknowledgeState
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AcknowledgeState>Json deserializer forAcknowledgeState -
Method Summary
Modifier and TypeMethodDescriptionstatic AcknowledgeStatevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal AcknowledgementOptionsstate()Required - API name:statefinal DateTimeRequired - API name:timestamptoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forAcknowledgeState
-
-
Method Details
-
of
public static AcknowledgeState of(Function<AcknowledgeState.Builder, ObjectBuilder<AcknowledgeState>> fn) -
state
Required - API name:state -
timestamp
Required - API name:timestamp -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAcknowledgeStateDeserializer
protected static void setupAcknowledgeStateDeserializer(ObjectDeserializer<AcknowledgeState.Builder> op)
-