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