public class MetricValues extends Object
MetricData:
"current": 19,
"max": 54104,
"min": 0,
"startTimeInMillis": 1356877200000,
"value": 6
==> The 'value' field contains the actual value requested.| Constructor and Description |
|---|
MetricValues() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrent() |
String |
getFormattedTime() |
Integer |
getMax() |
Integer |
getMin() |
Long |
getStartTimeInMillis() |
Integer |
getValue() |
void |
setCurrent(Integer current) |
void |
setMax(Integer max) |
void |
setMin(Integer min) |
void |
setStartTimeInMillis(Long startTimeInMillis) |
void |
setValue(Integer value) |
public Integer getCurrent()
public void setCurrent(Integer current)
public Integer getMax()
public void setMax(Integer max)
public Integer getMin()
public void setMin(Integer min)
public Long getStartTimeInMillis()
public void setStartTimeInMillis(Long startTimeInMillis)
public String getFormattedTime()
public Integer getValue()
public void setValue(Integer value)
Copyright © 2004-2014. All Rights Reserved.