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