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