public class MetricDatum extends AbstractModel
Constructor and Description |
---|
MetricDatum() |
Modifier and Type | Method and Description |
---|---|
String |
getMetricName()
Get Metric name.
|
Long |
getValue()
Get Metric value.
|
void |
setMetricName(String MetricName)
Set Metric name.
|
void |
setValue(Long Value)
Set Metric value.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Metric name.public Long getValue()
public void setValue(Long Value)
Value
- Metric value.Copyright © 2020. All rights reserved.