Package de.otto.flummi.response
Class AggregationResult
- java.lang.Object
-
- de.otto.flummi.response.AggregationResult
-
public class AggregationResult extends Object
-
-
Constructor Summary
Constructors Constructor Description AggregationResult(List<Bucket> buckets)AggregationResult(Map<String,AggregationResult> nestedAggregations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Bucket>getBuckets()Map<String,AggregationResult>getNestedAggregations()booleanhasNestedAggregation()
-
-
-
Constructor Detail
-
AggregationResult
public AggregationResult(Map<String,AggregationResult> nestedAggregations)
-
-
Method Detail
-
getNestedAggregations
public Map<String,AggregationResult> getNestedAggregations()
-
hasNestedAggregation
public boolean hasNestedAggregation()
-
-