Package org.elasticsearch.client.watcher
Class DeleteWatchResponse
- java.lang.Object
-
- org.elasticsearch.client.watcher.DeleteWatchResponse
-
public class DeleteWatchResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeleteWatchResponse()DeleteWatchResponse(java.lang.String id, long version, boolean found)
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static DeleteWatchResponsefromXContent(XContentParser parser)java.lang.StringgetId()longgetVersion()inthashCode()booleanisFound()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getVersion
public long getVersion()
-
isFound
public boolean isFound()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
fromXContent
public static DeleteWatchResponse fromXContent(XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
-