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