类 DeleteWatchRequest
java.lang.Object
org.easysearch.client.watcher.DeleteWatchRequest
- 所有已实现的接口:
Validatable
public class DeleteWatchRequest extends java.lang.Object implements Validatable
A delete watch request to delete an watch by name (id)
-
字段概要
从接口继承的字段 org.easysearch.client.Validatable
EMPTY -
构造器概要
构造器 构造器 说明 DeleteWatchRequest(java.lang.String id) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 org.easysearch.client.Validatable
validate
-
构造器详细资料
-
DeleteWatchRequest
public DeleteWatchRequest(java.lang.String id)
-
-
方法详细资料
-
getId
public java.lang.String getId()- 返回:
- The name of the watch to be deleted
-
toString
public java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-