public class DescribeAlarmMetricsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAlarmMetricsRequest() | 
| DescribeAlarmMetricsRequest(DescribeAlarmMetricsRequest 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 | getModule()Get 固定值,为"monitor" | 
| String | getMonitorType()Get 监控类型过滤 "MT_QCE"=云产品监控 | 
| String | getNamespace()Get 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device | 
| void | setModule(String Module)Set 固定值,为"monitor" | 
| void | setMonitorType(String MonitorType)Set 监控类型过滤 "MT_QCE"=云产品监控 | 
| void | setNamespace(String Namespace)Set 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device | 
| 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 DescribeAlarmMetricsRequest()
public DescribeAlarmMetricsRequest(DescribeAlarmMetricsRequest source)
public String getModule()
public void setModule(String Module)
Module - 固定值,为"monitor"public String getMonitorType()
public void setMonitorType(String MonitorType)
MonitorType - 监控类型过滤 "MT_QCE"=云产品监控public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_deviceCopyright © 2025. All rights reserved.