public class AggregateResult
extends java.lang.Object
| Constructor and Description |
|---|
AggregateResult() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvg() |
long |
getCount() |
double |
getMax() |
double |
getMin() |
void |
setAvg(double avg) |
void |
setCount(long count) |
void |
setMax(double max) |
void |
setMin(double min) |
public long getCount()
public double getMin()
public double getMax()
public double getAvg()
public void setCount(long count)
count - the count to setpublic void setMin(double min)
min - the min to setpublic void setMax(double max)
max - the max to setpublic void setAvg(double avg)
avg - the avg to set