public class AlarmHistoryMetric extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 指标的展示名
|
String |
getMetricName()
Get 指标名
|
Long |
getPeriod()
Get 统计周期
|
String |
getQceNamespace()
Get 云产品监控类型查询数据使用的命名空间
|
String |
getValue()
Get 触发告警的数值
|
void |
setDescription(String Description)
Set 指标的展示名
|
void |
setMetricName(String MetricName)
Set 指标名
|
void |
setPeriod(Long Period)
Set 统计周期
|
void |
setQceNamespace(String QceNamespace)
Set 云产品监控类型查询数据使用的命名空间
|
void |
setValue(String Value)
Set 触发告警的数值
|
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 AlarmHistoryMetric()
public AlarmHistoryMetric(AlarmHistoryMetric source)
public String getQceNamespace()
public void setQceNamespace(String QceNamespace)
QceNamespace
- 云产品监控类型查询数据使用的命名空间public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名public Long getPeriod()
public void setPeriod(Long Period)
Period
- 统计周期public String getValue()
public void setValue(String Value)
Value
- 触发告警的数值public String getDescription()
public void setDescription(String Description)
Description
- 指标的展示名Copyright © 2021. All rights reserved.