public class DistinctCountAggregationResult extends Object implements AggregationResult
| Constructor and Description |
|---|
DistinctCountAggregationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
long |
getValue() |
DistinctCountAggregationResult |
setAggName(String aggName) |
DistinctCountAggregationResult |
setValue(long count) |
public String getAggName()
getAggName in interface AggregationResultpublic AggregationType getAggType()
getAggType in interface AggregationResultpublic DistinctCountAggregationResult setAggName(String aggName)
public long getValue()
public DistinctCountAggregationResult setValue(long count)
Copyright © 2024. All Rights Reserved.