public class SimpleStatsResult extends Object implements StatsResult
StatsResult.| Constructor and Description |
|---|
SimpleStatsResult() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount() |
Object |
getMax() |
Date |
getMaxAsDate() |
Double |
getMaxAsDouble() |
String |
getMaxAsString() |
Object |
getMean() |
Date |
getMeanAsDate() |
Double |
getMeanAsDouble() |
Object |
getMin() |
Date |
getMinAsDate() |
Double |
getMinAsDouble() |
String |
getMinAsString() |
Long |
getMissing() |
Double |
getStddev() |
Object |
getSum() |
Double |
getSumOfSquares() |
void |
setCount(Long count) |
void |
setMax(Object max) |
void |
setMean(Object mean) |
void |
setMin(Object min) |
void |
setMissing(Long missing) |
void |
setStddev(Double stddev) |
void |
setSum(Object sum) |
void |
setSumOfSquares(Double sumOfSquares) |
String |
toString() |
@Nullable public Object getMin()
getMin in interface StatsResult@Nullable public Date getMinAsDate()
getMinAsDate in interface StatsResultDate, null will be returned when not Date@Nullable public Double getMinAsDouble()
getMinAsDouble in interface StatsResultDouble, null will be returned when not Numberpublic String getMinAsString()
getMinAsString in interface StatsResultStringpublic void setMin(Object min)
@Nullable public Object getMax()
getMax in interface StatsResult@Nullable public Date getMaxAsDate()
getMaxAsDate in interface StatsResultDate, null will be returned when not Date@Nullable public Double getMaxAsDouble()
getMaxAsDouble in interface StatsResultDouble, null will be returned when not Numberpublic String getMaxAsString()
getMaxAsString in interface StatsResultStringpublic void setMax(Object max)
@Nullable public Object getSum()
getSum in interface StatsResultpublic void setSum(Object sum)
@Nullable public Object getMean()
getMean in interface StatsResult@Nullable public Double getMeanAsDouble()
getMeanAsDouble in interface StatsResultDouble, null will be returned when not Number.@Nullable public Date getMeanAsDate()
getMeanAsDate in interface StatsResultDate, null will be returned when not Date.public void setMean(Object mean)
@Nullable public Long getCount()
getCount in interface StatsResultpublic void setCount(Long count)
@Nullable public Long getMissing()
getMissing in interface StatsResultpublic void setMissing(Long missing)
@Nullable public Double getStddev()
getStddev in interface StatsResultpublic void setStddev(Double stddev)
@Nullable public Double getSumOfSquares()
getSumOfSquares in interface StatsResultpublic void setSumOfSquares(Double sumOfSquares)
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.