Package org.elasticsearch.client.watcher
Class QueuedWatch
java.lang.Object
org.elasticsearch.client.watcher.QueuedWatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.elasticsearch.common.xcontent.ConstructingObjectParser<QueuedWatch,Void> -
Constructor Summary
ConstructorsConstructorDescriptionQueuedWatch(String watchId, String watchRecordId, org.joda.time.DateTime triggeredTime, org.joda.time.DateTime executionTime) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.joda.time.DateTimeorg.joda.time.DateTimeinthashCode()
-
Field Details
-
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<QueuedWatch,Void> PARSER
-
-
Constructor Details
-
QueuedWatch
-
-
Method Details