Class DescribeAlarmEventsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.DescribeAlarmEventsRequest
-
public class DescribeAlarmEventsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModule()
Get 模块名,固定值 monitorString
getMonitorType()
Get 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。String
getNamespace()
Get 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_devicevoid
setModule(String Module)
Set 模块名,固定值 monitorvoid
setMonitorType(String MonitorType)
Set 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。void
setNamespace(String Namespace)
Set 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_devicevoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeAlarmEventsRequest
public DescribeAlarmEventsRequest()
-
DescribeAlarmEventsRequest
public 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.
-
-
Method Detail
-
getModule
public String getModule()
Get 模块名,固定值 monitor- Returns:
- Module 模块名,固定值 monitor
-
setModule
public void setModule(String Module)
Set 模块名,固定值 monitor- Parameters:
Module
- 模块名,固定值 monitor
-
getNamespace
public String getNamespace()
Get 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device- Returns:
- Namespace 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device
-
setNamespace
public void setNamespace(String Namespace)
Set 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device- Parameters:
Namespace
- 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device
-
getMonitorType
public String getMonitorType()
Get 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。- Returns:
- MonitorType 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。
-
setMonitorType
public void setMonitorType(String MonitorType)
Set 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。- Parameters:
MonitorType
- 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。
-
-