Class IndexResult

java.lang.Object
co.elastic.clients.elasticsearch.watcher.IndexResult
All Implemented Interfaces:
JsonpSerializable, TaggedUnion<IndexResult.Kind,Object>

@JsonpDeserializable public class IndexResult extends Object implements TaggedUnion<IndexResult.Kind,Object>, JsonpSerializable
The result of an index action. It is a container that holds either the response of an executed index operation, or the request that would have run when the action is simulated.
See Also: