nl.codecentric.jenkins.appd.rest.types
Class MetricData
java.lang.Object
nl.codecentric.jenkins.appd.rest.types.MetricData
public class MetricData
- extends Object
POJO object for unmarshalling JSON data from the AppDynamics REST interface.
Maps to the following structure:
frequency": "TEN_MIN",
"metricPath": "Overall Application Performance|Average Response Time (ms)",
"metricValues": [
{
"current": 19,
"max": 54104,
"min": 0,
"startTimeInMillis": 1356877200000,
"value": 6
},
{
"current": 5,
"max": 54098,
"min": 0,
"startTimeInMillis": 1356877800000,
"value": 6
}
]
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricData
public MetricData()
getFrequency
public String getFrequency()
setFrequency
public void setFrequency(String frequency)
getMetricPath
public String getMetricPath()
setMetricPath
public void setMetricPath(String metricPath)
getMetricValues
public List<MetricValues> getMetricValues()
setMetricValues
public void setMetricValues(List<MetricValues> metricValues)
Copyright © 2004-2013. All Rights Reserved.