Class AlarmHistoryMetric
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.AlarmHistoryMetric
-
public class AlarmHistoryMetric extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AlarmHistoryMetric()AlarmHistoryMetric(AlarmHistoryMetric 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 StringgetDescription()Get 指标的展示名StringgetMetricName()Get 指标名LonggetPeriod()Get 统计周期StringgetQceNamespace()Get 云产品监控类型查询数据使用的命名空间StringgetValue()Get 触发告警的数值voidsetDescription(String Description)Set 指标的展示名voidsetMetricName(String MetricName)Set 指标名voidsetPeriod(Long Period)Set 统计周期voidsetQceNamespace(String QceNamespace)Set 云产品监控类型查询数据使用的命名空间voidsetValue(String Value)Set 触发告警的数值voidtoMap(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
-
AlarmHistoryMetric
public AlarmHistoryMetric()
-
AlarmHistoryMetric
public AlarmHistoryMetric(AlarmHistoryMetric 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
-
getQceNamespace
public String getQceNamespace()
Get 云产品监控类型查询数据使用的命名空间- Returns:
- QceNamespace 云产品监控类型查询数据使用的命名空间
-
setQceNamespace
public void setQceNamespace(String QceNamespace)
Set 云产品监控类型查询数据使用的命名空间- Parameters:
QceNamespace- 云产品监控类型查询数据使用的命名空间
-
getMetricName
public String getMetricName()
Get 指标名- Returns:
- MetricName 指标名
-
setMetricName
public void setMetricName(String MetricName)
Set 指标名- Parameters:
MetricName- 指标名
-
getPeriod
public Long getPeriod()
Get 统计周期- Returns:
- Period 统计周期
-
setPeriod
public void setPeriod(Long Period)
Set 统计周期- Parameters:
Period- 统计周期
-
getValue
public String getValue()
Get 触发告警的数值- Returns:
- Value 触发告警的数值
-
setValue
public void setValue(String Value)
Set 触发告警的数值- Parameters:
Value- 触发告警的数值
-
getDescription
public String getDescription()
Get 指标的展示名- Returns:
- Description 指标的展示名
-
setDescription
public void setDescription(String Description)
Set 指标的展示名- Parameters:
Description- 指标的展示名
-
-