public class QueryHistogramAggregation extends QueryAggregation
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
field |
protected java.lang.Long |
interval |
protected java.util.List<QueryHistogramAggregationResult> |
results |
discriminatorMapping, discriminatorPropertyName, type| Constructor and Description |
|---|
QueryHistogramAggregation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getField()
Gets the field.
|
java.lang.Long |
getInterval()
Gets the interval.
|
java.util.List<QueryHistogramAggregationResult> |
getResults()
Gets the results.
|
getTypeprotected java.lang.String field
protected java.lang.Long interval
protected java.util.List<QueryHistogramAggregationResult> results
public java.lang.String getField()
public java.lang.Long getInterval()
public java.util.List<QueryHistogramAggregationResult> getResults()