public static class Stats.StatsOutput extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getMean()
Get mean value of set
|
UUID |
getOutputId()
Return unique output ID
|
Long |
getTotalElements()
Get total elements
|
Long |
getTotalSum()
Get total sum
|
int |
hashCode() |
void |
setMean(Double mean)
Set mean value in result
|
void |
setTotalElements(Long totalElements)
Set total elements that made up result
|
void |
setTotalSum(Long totalSum)
Set total sum in result
|
public UUID getOutputId()
public Double getMean()
public void setMean(Double mean)
mean
- Mean valuepublic void setTotalSum(Long totalSum)
totalSum
- Total sumpublic Long getTotalSum()
public void setTotalElements(Long totalElements)
totalElements
- Total element coundpublic Long getTotalElements()
Copyright © 2022. All rights reserved.