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