Class IndexAction
java.lang.Object
co.elastic.clients.elasticsearch.watcher.IndexAction
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexAction>Json deserializer forIndexAction -
Method Summary
Modifier 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
-
_DESERIALIZER
Json deserializer forIndexAction
-
-
Method Details
-
of
-
index
Required - API name:index -
docId
API name:doc_id -
refresh
API name:refresh -
opType
API name:op_type -
timeout
API name:timeout -
executionTimeField
API name:execution_time_field -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexActionDeserializer
-