Class GetBucketsAction.Request

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject
Enclosing class:
GetBucketsAction

public static class GetBucketsAction.Request extends ActionRequest implements org.elasticsearch.xcontent.ToXContentObject
  • Field Details

    • EXPAND

      public static final org.elasticsearch.xcontent.ParseField EXPAND
    • EXCLUDE_INTERIM

      public static final org.elasticsearch.xcontent.ParseField EXCLUDE_INTERIM
    • START

      public static final org.elasticsearch.xcontent.ParseField START
    • END

      public static final org.elasticsearch.xcontent.ParseField END
    • ANOMALY_SCORE

      public static final org.elasticsearch.xcontent.ParseField ANOMALY_SCORE
    • TIMESTAMP

      public static final org.elasticsearch.xcontent.ParseField TIMESTAMP
    • SORT

      public static final org.elasticsearch.xcontent.ParseField SORT
    • DESCENDING

      public static final org.elasticsearch.xcontent.ParseField DESCENDING
  • Constructor Details

  • Method Details

    • parseRequest

      public static GetBucketsAction.Request parseRequest(String jobId, org.elasticsearch.xcontent.XContentParser parser)
    • getJobId

      public String getJobId()
    • setTimestamp

      public void setTimestamp(String timestamp)
    • getTimestamp

      public String getTimestamp()
    • isExpand

      public boolean isExpand()
    • setExpand

      public void setExpand(boolean expand)
    • isExcludeInterim

      public boolean isExcludeInterim()
    • setExcludeInterim

      public void setExcludeInterim(boolean excludeInterim)
    • getStart

      public String getStart()
    • setStart

      public void setStart(String start)
    • getEnd

      public String getEnd()
    • setEnd

      public void setEnd(String end)
    • getPageParams

      public PageParams getPageParams()
    • setPageParams

      public void setPageParams(PageParams pageParams)
    • getAnomalyScore

      public Double getAnomalyScore()
    • setAnomalyScore

      public void setAnomalyScore(double anomalyScore)
    • getSort

      public String getSort()
    • setSort

      public void setSort(String sort)
    • isDescending

      public boolean isDescending()
    • setDescending

      public void setDescending(boolean descending)
    • validate

      Specified by:
      validate in class ActionRequest
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class ActionRequest
      Throws:
      IOException
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object