Class MetricValuesEndpoint.MetricResponse
java.lang.Object
de.otto.edison.metrics.cloudwatch.controller.MetricValuesEndpoint.MetricResponse
- Enclosing class:
- MetricValuesEndpoint
public static final class MetricValuesEndpoint.MetricResponse
extends java.lang.Object
Response payload for a metric name selector.
-
Method Summary
Modifier and Type Method Description java.util.List<MetricValuesEndpoint.AvailableTag>getAvailableTags()java.lang.StringgetBaseUnit()java.lang.StringgetDescription()java.util.List<MetricValuesEndpoint.Sample>getMeasurements()java.lang.StringgetName()
-
Method Details
-
getName
public java.lang.String getName() -
getDescription
public java.lang.String getDescription() -
getBaseUnit
public java.lang.String getBaseUnit() -
getMeasurements
-
getAvailableTags
-