Class IndexAction
java.lang.Object
co.elastic.clients.elasticsearch.watcher.IndexAction
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexAction>Json deserializer forIndexAction
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringdocId()API name:doc_idfinal StringAPI name:execution_time_fieldfinal Stringindex()Required - API name:indexstatic IndexActionfinal OpTypeopType()API name:op_typefinal Refreshrefresh()API name:refreshvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Timetimeout()API name:timeouttoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forIndexAction
 
- 
- 
Method Details- 
of
- 
indexRequired - API name:index
- 
docIdAPI name:doc_id
- 
refreshAPI name:refresh
- 
opTypeAPI name:op_type
- 
timeoutAPI name:timeout
- 
executionTimeFieldAPI name:execution_time_field
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupIndexActionDeserializer
 
-