public class TermsBucket extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
count |
Object |
key |
Map<String,AggregationResult> |
nestedResults |
| Constructor and Description |
|---|
TermsBucket(Object key,
long count,
Map<String,AggregationResult> nestedResults) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
Object |
getKey() |
Map<String,AggregationResult> |
getNestedResults() |
public final Object key
public final long count
public final Map<String,AggregationResult> nestedResults
public TermsBucket(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.