public class AggregateData extends Object
| Constructor and Description |
|---|
AggregateData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCount() |
Float |
getMax() |
Float |
getMean() |
Float |
getMin() |
Float |
getSum() |
Float |
getVariance() |
int |
hashCode() |
void |
setCount(Long count) |
void |
setMax(Float max) |
void |
setMean(Float mean) |
void |
setMin(Float min) |
void |
setSum(Float sum) |
void |
setVariance(Float variance) |
String |
toString() |
public Long getCount()
public void setCount(Long count)
public Float getMax()
public void setMax(Float max)
public Float getMean()
public void setMean(Float mean)
public Float getMin()
public void setMin(Float min)
public Float getSum()
public void setSum(Float sum)
public Float getVariance()
public void setVariance(Float variance)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.