Class AcknowledgeState
java.lang.Object
co.elastic.clients.elasticsearch.watcher.AcknowledgeState
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<AcknowledgeState>
Json deserializer forAcknowledgeState
-
Method Summary
Modifier and TypeMethodDescriptionstatic AcknowledgeState
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final AcknowledgementOptions
state()
Required - API name:state
final DateTime
Required - API name:timestamp
toString()
-
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAcknowledgeStateDeserializer
protected static void setupAcknowledgeStateDeserializer(ObjectDeserializer<AcknowledgeState.Builder> op)
-