public class RangeBucket extends Object
| Constructor and Description |
|---|
RangeBucket(Object key,
long count,
Map<String,AggregationResult> nestedResults) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
Object |
getKey() |
Map<String,AggregationResult> |
getNestedResults() |
public RangeBucket(Object key, long count, Map<String,AggregationResult> nestedResults)
public Object getKey()
public long getCount()
public Map<String,AggregationResult> getNestedResults()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.