public class IntegrationMetric extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IntegrationMetric() | 
| IntegrationMetric(IntegrationMetric 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 | getDescription()Get 指标详细描述 | 
| String | getMetricName()Get 指标名 | 
| String | getMetricType()Get 统计类型 | 
| String | getName()Get 指标名称 | 
| String | getUnit()Get 单位 | 
| void | setDescription(String Description)Set 指标详细描述 | 
| void | setMetricName(String MetricName)Set 指标名 | 
| void | setMetricType(String MetricType)Set 统计类型 | 
| void | setName(String Name)Set 指标名称 | 
| void | setUnit(String Unit)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 IntegrationMetric()
public IntegrationMetric(IntegrationMetric source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName - 指标名public String getName()
public void setName(String Name)
Name - 指标名称public String getMetricType()
public void setMetricType(String MetricType)
MetricType - 统计类型public String getUnit()
public void setUnit(String Unit)
Unit - 单位public String getDescription()
public void setDescription(String Description)
Description - 指标详细描述Copyright © 2025. All rights reserved.