类 DeleteWatchResponse
java.lang.Object
org.easysearch.client.watcher.DeleteWatchResponse
public class DeleteWatchResponse
extends java.lang.Object
-
构造器概要
构造器 构造器 说明 DeleteWatchResponse()DeleteWatchResponse(java.lang.String id, long version, boolean found) -
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object o)static DeleteWatchResponsefromXContent(org.easysearch.common.xcontent.XContentParser parser)java.lang.StringgetId()longgetVersion()inthashCode()booleanisFound()从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
DeleteWatchResponse
public DeleteWatchResponse() -
DeleteWatchResponse
public DeleteWatchResponse(java.lang.String id, long version, boolean found)
-
-
方法详细资料
-
getId
public java.lang.String getId() -
getVersion
public long getVersion() -
isFound
public boolean isFound() -
equals
public boolean equals(java.lang.Object o)- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中java.lang.Object
-
fromXContent
public static DeleteWatchResponse fromXContent(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException- 抛出:
java.io.IOException
-