Class ParsedVariableWidthHistogram.ParsedBucket

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
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    double
     
     
    double
     
     
    void
     max)
     
    void
     maxAsString)
     
    void
     min)
     
    void
     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.

    , , , , , , , , , ,

    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  getKey()
      Specified by:
      getKey in interface MultiBucketsAggregation.Bucket
      Returns:
      The key associated with the bucket
    • getKeyAsString

      public  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( min)
    • setMinAsString

      public void setMinAsString( minAsString)
    • getMin

      public double getMin()
    • getMinAsString

      public  getMinAsString()
    • setMax

      public void setMax( max)
    • setMaxAsString

      public void setMaxAsString( maxAsString)
    • getMax

      public double getMax()
    • getMaxAsString

      public  getMaxAsString()
    • toXContent

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