public class IntegrationMetricGroup extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IntegrationMetricGroup() | 
| IntegrationMetricGroup(IntegrationMetricGroup 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 | getGroup()Get 分组标识 | 
| String | getGroupName()Get 分组名称 | 
| IntegrationMetric[] | getMetrics()Get 指标详情 | 
| void | setGroup(String Group)Set 分组标识 | 
| void | setGroupName(String GroupName)Set 分组名称 | 
| void | setMetrics(IntegrationMetric[] Metrics)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 IntegrationMetricGroup()
public IntegrationMetricGroup(IntegrationMetricGroup source)
public String getGroup()
public void setGroup(String Group)
Group - 分组标识public IntegrationMetric[] getMetrics()
public void setMetrics(IntegrationMetric[] Metrics)
Metrics - 指标详情public String getGroupName()
public void setGroupName(String GroupName)
GroupName - 分组名称Copyright © 2025. All rights reserved.