Package org.elasticsearch.client.watcher
Class DeleteWatchResponse
- java.lang.Object
-
- org.elasticsearch.client.watcher.DeleteWatchResponse
-
public class DeleteWatchResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description DeleteWatchResponse()DeleteWatchResponse(String id, long version, boolean found)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static DeleteWatchResponsefromXContent(XContentParser parser)StringgetId()longgetVersion()inthashCode()booleanisFound()
-
-
-
Constructor Detail
-
DeleteWatchResponse
public DeleteWatchResponse()
-
DeleteWatchResponse
public DeleteWatchResponse(String id, long version, boolean found)
-
-
Method Detail
-
getId
public String getId()
-
getVersion
public long getVersion()
-
isFound
public boolean isFound()
-
fromXContent
public static DeleteWatchResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-