public class MonitorMetric extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MonitorMetric() | 
| MonitorMetric(MonitorMetric 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 | getMetric()Get 指标名称。 | 
| String | getUnit()Get 指标单位。 | 
| Long[] | getValues()Get 指标值。 | 
| void | setMetric(String Metric)Set 指标名称。 | 
| void | setUnit(String Unit)Set 指标单位。 | 
| void | setValues(Long[] Values)Set 指标值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MonitorMetric()
public MonitorMetric(MonitorMetric source)
public String getMetric()
public void setMetric(String Metric)
Metric - 指标名称。public String getUnit()
public void setUnit(String Unit)
Unit - 指标单位。public Long[] getValues()
public void setValues(Long[] Values)
Values - 指标值。Copyright © 2025. All rights reserved.