Package org.elasticsearch.client.watcher
Class ActivateWatchResponse
- java.lang.Object
-
- org.elasticsearch.client.watcher.ActivateWatchResponse
-
public final class ActivateWatchResponse extends Object
Response from an 'activate watch' request.
-
-
Constructor Summary
Constructors Constructor Description ActivateWatchResponse(WatchStatus status)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ActivateWatchResponsefromXContent(XContentParser parser)WatchStatusgetStatus()inthashCode()
-
-
-
Constructor Detail
-
ActivateWatchResponse
public ActivateWatchResponse(WatchStatus status)
-
-
Method Detail
-
getStatus
public WatchStatus getStatus()
-
fromXContent
public static ActivateWatchResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-