public class MetricDatum extends AbstractModel
Constructor and Description |
---|
MetricDatum() |
Modifier and Type | Method and Description |
---|---|
String |
getMetricName()
Get 指标名称
|
Long |
getValue()
Get 指标的值
|
void |
setMetricName(String MetricName)
Set 指标名称
|
void |
setValue(Long Value)
Set 指标的值
|
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
- 指标名称public Long getValue()
public void setValue(Long Value)
Value
- 指标的值Copyright © 2020. All rights reserved.