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() |
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() |
public Object getMin()
getMin in interface StatsResultpublic Date getMinAsDate()
getMinAsDate in interface StatsResultDate, null will be returned when not Datepublic Double getMinAsDouble()
getMinAsDouble in interface StatsResultDouble, null will be returned when not Numberpublic String getMinAsString()
getMinAsString in interface StatsResultStringpublic void setMin(Object min)
public Object getMax()
getMax in interface StatsResultpublic Date getMaxAsDate()
getMaxAsDate in interface StatsResultDate, null will be returned when not Datepublic Double getMaxAsDouble()
getMaxAsDouble in interface StatsResultDouble, null will be returned when not Numberpublic String getMaxAsString()
getMaxAsString in interface StatsResultStringpublic void setMax(Object max)
public Object getSum()
getSum in interface StatsResultpublic void setSum(Object sum)
public Object getMean()
getMean in interface StatsResultpublic void setMean(Object mean)
public Long getCount()
getCount in interface StatsResultpublic void setCount(Long count)
public Long getMissing()
getMissing in interface StatsResultpublic void setMissing(Long missing)
public Double getStddev()
getStddev in interface StatsResultpublic void setStddev(Double stddev)
public Double getSumOfSquares()
getSumOfSquares in interface StatsResultpublic void setSumOfSquares(Double sumOfSquares)
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.