public class DescribeAlarmEventsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAlarmEventsRequest() |
DescribeAlarmEventsRequest(DescribeAlarmEventsRequest 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。如果不填默认为 MT_QCE。
|
String |
getNamespace()
Get 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device
|
void |
setModule(String Module)
Set 模块名,固定值 monitor
|
void |
setMonitorType(String MonitorType)
Set 监控类型,如 MT_QCE。如果不填默认为 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAlarmEventsRequest()
public DescribeAlarmEventsRequest(DescribeAlarmEventsRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名,固定值 monitorpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_devicepublic String getMonitorType()
public void setMonitorType(String MonitorType)
MonitorType
- 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。Copyright © 2022. All rights reserved.