public class AggregationResult extends GenericModel
| Constructor and Description | 
|---|
| AggregationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<QueryAggregation> | getAggregations()Gets the aggregations. | 
| java.lang.String | getKey()Gets the key. | 
| java.lang.Long | getMatchingResults()Gets the matchingResults. | 
equals, hashCode, toStringpublic java.lang.String getKey()
public java.lang.Long getMatchingResults()
public java.util.List<QueryAggregation> getAggregations()