public class Stats extends Object
| Constructor and Description |
|---|
Stats() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
Double |
getMax() |
Double |
getMean() |
Double |
getMin() |
Double |
getPos() |
Double |
getStandardDeviation() |
Double |
getVariance() |
void |
setId(Long id) |
void |
setMax(Double max) |
void |
setMean(Double mean) |
void |
setMin(Double min) |
void |
setPos(Double pos) |
void |
setStandardDeviation(Double standardDeviation) |
public Long getId()
public void setId(Long id)
public Double getPos()
public void setPos(Double pos)
public Double getMean()
public void setMean(Double mean)
public Double getStandardDeviation()
public Double getVariance()
public void setStandardDeviation(Double standardDeviation)
public Double getMin()
public void setMin(Double min)
public Double getMax()
public void setMax(Double max)
Copyright © 2019. All Rights Reserved.