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