public class MinAggregationResult extends Object implements AggregationResult
MinAggregation的统计结果| Constructor and Description |
|---|
MinAggregationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
double |
getValue() |
MinAggregationResult |
setAggName(String aggName) |
MinAggregationResult |
setValue(double value) |
public String getAggName()
getAggName in interface AggregationResultpublic AggregationType getAggType()
getAggType in interface AggregationResultpublic double getValue()
public MinAggregationResult setValue(double value)
public MinAggregationResult setAggName(String aggName)
Copyright © 2024. All Rights Reserved.