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 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 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 © 2023. All rights reserved.