public class CompletionTimeseriesStatistics extends Object
| Constructor and Description |
|---|
CompletionTimeseriesStatistics() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverage() |
long |
getCount() |
long |
getFaultCount() |
double |
getMax() |
double |
getMin() |
long |
getTimestamp() |
void |
setAverage(double average) |
void |
setCount(long count) |
void |
setFaultCount(long faultCount) |
void |
setMax(double max) |
void |
setMin(double min) |
void |
setTimestamp(long timestamp) |
String |
toString() |
public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - the timestamp to setpublic long getCount()
public void setCount(long count)
count - the count to setpublic long getFaultCount()
public void setFaultCount(long faultCount)
faultCount - the faultCount to setpublic double getMin()
public void setMin(double min)
min - the min to setpublic double getAverage()
public void setAverage(double average)
average - the average to setpublic double getMax()
public void setMax(double max)
max - the max to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.