Class QueuedWatch

java.lang.Object
org.elasticsearch.client.watcher.QueuedWatch

public class QueuedWatch extends Object
  • Field Details

    • PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<QueuedWatch,Void> PARSER
  • Constructor Details

    • QueuedWatch

      public QueuedWatch(String watchId, String watchRecordId, org.joda.time.DateTime triggeredTime, org.joda.time.DateTime executionTime)
  • Method Details

    • getWatchId

      public String getWatchId()
    • getWatchRecordId

      public String getWatchRecordId()
    • getTriggeredTime

      public org.joda.time.DateTime getTriggeredTime()
    • getExecutionTime

      public org.joda.time.DateTime getExecutionTime()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object