Package org.elasticsearch.client.watcher
Class QueuedWatch
- java.lang.Object
-
- org.elasticsearch.client.watcher.QueuedWatch
-
public class QueuedWatch extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ConstructingObjectParser<QueuedWatch,Void>PARSER
-
Constructor Summary
Constructors Constructor Description QueuedWatch(String watchId, String watchRecordId, org.joda.time.DateTime triggeredTime, org.joda.time.DateTime executionTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.joda.time.DateTimegetExecutionTime()org.joda.time.DateTimegetTriggeredTime()StringgetWatchId()StringgetWatchRecordId()inthashCode()
-
-
-
Field Detail
-
PARSER
public static final ConstructingObjectParser<QueuedWatch,Void> PARSER
-
-