public class DistinctCountAggregationResult extends Object implements AggregationResult
DistinctCountAggregation| 构造器和说明 |
|---|
DistinctCountAggregationResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
long |
getValue() |
DistinctCountAggregationResult |
setAggName(String aggName) |
DistinctCountAggregationResult |
setValue(long count) |
public String getAggName()
getAggName 在接口中 AggregationResultpublic AggregationType getAggType()
getAggType 在接口中 AggregationResultpublic DistinctCountAggregationResult setAggName(String aggName)
public long getValue()
public DistinctCountAggregationResult setValue(long count)
Copyright © 2025. All Rights Reserved.