Class ExecuteWatchResponse
java.lang.Object
co.elastic.clients.elasticsearch.watcher.ExecuteWatchResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ExecuteWatchResponse>Json deserializer forExecuteWatchResponse
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringid()Required - The watch record identifier as it would be stored in the.watcher-historyindex.static ExecuteWatchResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final WatchRecordRequired - The watch record document as it would be stored in the.watcher-historyindex.
- 
Field Details- 
_DESERIALIZERJson deserializer forExecuteWatchResponse
 
- 
- 
Method Details- 
ofpublic static ExecuteWatchResponse of(Function<ExecuteWatchResponse.Builder, ObjectBuilder<ExecuteWatchResponse>> fn) 
- 
idRequired - The watch record identifier as it would be stored in the.watcher-historyindex.API name: _id
- 
watchRecordRequired - The watch record document as it would be stored in the.watcher-historyindex.API name: watch_record
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupExecuteWatchResponseDeserializerprotected static void setupExecuteWatchResponseDeserializer(ObjectDeserializer<ExecuteWatchResponse.Builder> op) 
 
-