public class MetricDatum extends AbstractModel
| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, toJsonStringpublic MetricDatum()
public MetricDatum(MetricDatum source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName - Metric name.public Long getValue()
public void setValue(Long Value)
Value - Metric value.Copyright © 2022. All rights reserved.