public class HistogramAggregation extends BucketAggregation
| Modifier and Type | Class and Description |
|---|---|
static class |
HistogramAggregation.Histogram |
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
jsonRoot, name| Constructor and Description |
|---|
HistogramAggregation(String name,
com.google.gson.JsonObject histogramAggregation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<HistogramAggregation.Histogram> |
getBuckets() |
int |
hashCode() |
getNamepublic static final String TYPE
public HistogramAggregation(String name, com.google.gson.JsonObject histogramAggregation)
public List<HistogramAggregation.Histogram> getBuckets()
public boolean equals(Object obj)
equals in class Aggregationpublic int hashCode()
hashCode in class AggregationCopyright © 2017. All rights reserved.