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