Class DescribeAlarmMetricsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.DescribeAlarmMetricsRequest
-
public class DescribeAlarmMetricsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModule()
Get 固定值,为"monitor"String
getMonitorType()
Get 监控类型过滤 "MT_QCE"=云产品监控String
getNamespace()
Get 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_devicevoid
setModule(String Module)
Set 固定值,为"monitor"void
setMonitorType(String MonitorType)
Set 监控类型过滤 "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
-
DescribeAlarmMetricsRequest
public DescribeAlarmMetricsRequest()
-
DescribeAlarmMetricsRequest
public 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.
-
-
Method Detail
-
getModule
public String getModule()
Get 固定值,为"monitor"- Returns:
- Module 固定值,为"monitor"
-
setModule
public void setModule(String Module)
Set 固定值,为"monitor"- Parameters:
Module
- 固定值,为"monitor"
-
getMonitorType
public String getMonitorType()
Get 监控类型过滤 "MT_QCE"=云产品监控- Returns:
- MonitorType 监控类型过滤 "MT_QCE"=云产品监控
-
setMonitorType
public void setMonitorType(String MonitorType)
Set 监控类型过滤 "MT_QCE"=云产品监控- Parameters:
MonitorType
- 监控类型过滤 "MT_QCE"=云产品监控
-
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
-
-