public class CountAggregationResult extends Object implements AggregationResult
CountAggregation的统计结果| Constructor and Description |
|---|
CountAggregationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
long |
getValue() |
CountAggregationResult |
setAggName(String aggName) |
CountAggregationResult |
setValue(long value) |
public String getAggName()
getAggName in interface AggregationResultpublic AggregationType getAggType()
getAggType in interface AggregationResultpublic CountAggregationResult setAggName(String aggName)
public long getValue()
public CountAggregationResult setValue(long value)
Copyright © 2024. All Rights Reserved.