nl.codecentric.jenkins.appd.rest.types
Class MetricData

java.lang.Object
  extended by 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 } ]


Constructor Summary
MetricData()
           
 
Method Summary
 String getFrequency()
           
 String getMetricPath()
           
 List<MetricValues> getMetricValues()
           
 void setFrequency(String frequency)
           
 void setMetricPath(String metricPath)
           
 void setMetricValues(List<MetricValues> metricValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricData

public MetricData()
Method Detail

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.