Class ParsedVariableWidthHistogram.ParsedBucket

java.lang.Object
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
org.elasticsearch.search.aggregations.bucket.histogram.ParsedVariableWidthHistogram.ParsedBucket
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, Histogram.Bucket, MultiBucketsAggregation.Bucket, HasAggregations
Enclosing class:
ParsedVariableWidthHistogram

public static class ParsedVariableWidthHistogram.ParsedBucket
extends ParsedMultiBucketAggregation.ParsedBucket
implements Histogram.Bucket
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
  • Field Summary

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor Description
    ParsedBucket()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getKey()  
    java.lang.String getKeyAsString()  
    double getMax()  
    java.lang.String getMaxAsString()  
    double getMin()  
    java.lang.String getMinAsString()  
    void setMax​(java.lang.Double max)  
    void setMaxAsString​(java.lang.String maxAsString)  
    void setMin​(java.lang.Double min)  
    void setMinAsString​(java.lang.String minAsString)  
    org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket

    getAggregations, getDocCount

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent

    isFragment
  • Constructor Details

    • ParsedBucket

      public ParsedBucket()
  • Method Details

    • getKey

      public java.lang.Object getKey()
      Specified by:
      getKey in interface MultiBucketsAggregation.Bucket
      Returns:
      The key associated with the bucket
    • getKeyAsString

      public java.lang.String getKeyAsString()
      Specified by:
      getKeyAsString in interface MultiBucketsAggregation.Bucket
      Overrides:
      getKeyAsString in class ParsedMultiBucketAggregation.ParsedBucket
      Returns:
      The key associated with the bucket as a string
    • setMin

      public void setMin​(java.lang.Double min)
    • setMinAsString

      public void setMinAsString​(java.lang.String minAsString)
    • getMin

      public double getMin()
    • getMinAsString

      public java.lang.String getMinAsString()
    • setMax

      public void setMax​(java.lang.Double max)
    • setMaxAsString

      public void setMaxAsString​(java.lang.String maxAsString)
    • getMax

      public double getMax()
    • getMaxAsString

      public java.lang.String getMaxAsString()
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Overrides:
      toXContent in class ParsedMultiBucketAggregation.ParsedBucket
      Throws:
      java.io.IOException