public class MetricData extends Object implements Serializable
| Constructor and Description |
|---|
MetricData() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMetricAllocation() |
Integer |
getMetricCapacity() |
String |
getMetricName() |
List<Object> |
getMetricSamples() |
void |
setMetricAllocation(Integer metricAllocation) |
void |
setMetricCapacity(Integer metricCapacity) |
void |
setMetricName(String metricName) |
void |
setMetricSamples(List<Object> metricSamples) |
public Integer getMetricAllocation()
public void setMetricAllocation(Integer metricAllocation)
metricAllocation - the metricAllocation to setpublic Integer getMetricCapacity()
public void setMetricCapacity(Integer metricCapacity)
metricCapacity - the metricCapacity to setpublic String getMetricName()
public void setMetricName(String metricName)
metricName - the metricName to setCopyright © 2016. All rights reserved.