public class MetricDatum extends AbstractModel
Constructor and Description |
---|
MetricDatum() |
MetricDatum(MetricDatum source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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 MetricDatum()
public MetricDatum(MetricDatum source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名称public Long getValue()
public void setValue(Long Value)
Value
- 指标的值Copyright © 2021. All rights reserved.