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 在接口中 AggregationResultpublic AggregationType getAggType()
getAggType 在接口中 AggregationResultpublic double getValue()
public MinAggregationResult setValue(double value)
public MinAggregationResult setAggName(String aggName)
Copyright © 2025. All Rights Reserved.