public class DescribeAlarmEventsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAlarmEventsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getModule()
Get 模块名,固定值 monitor
|
String |
getNamespace()
Get 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device
|
void |
setModule(String Module)
Set 模块名,固定值 monitor
|
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 String getModule()
public void setModule(String Module)
Module
- 模块名,固定值 monitorpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_deviceCopyright © 2021. All rights reserved.