Package org.elasticsearch.client.watcher
Class ActivateWatchRequest
- java.lang.Object
-
- org.elasticsearch.client.watcher.ActivateWatchRequest
-
- All Implemented Interfaces:
Validatable
public final class ActivateWatchRequest extends java.lang.Object implements Validatable
A request to explicitly activate a watch.
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description ActivateWatchRequest(java.lang.String watchId)
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetWatchId()inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.client.Validatable
validate
-
-