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