Package org.elasticsearch.client.watcher
Class AckWatchRequest
- java.lang.Object
-
- org.elasticsearch.client.watcher.AckWatchRequest
-
- All Implemented Interfaces:
Validatable
public class AckWatchRequest extends Object implements Validatable
A request to explicitly acknowledge a watch.
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description AckWatchRequest(String watchId, String... actionIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getActionIds()StringgetWatchId()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.client.Validatable
validate
-
-