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 Metric display name
|
String |
getMetricName()
Get Metric name
|
Long |
getPeriod()
Get Statistical period
|
String |
getQceNamespace()
Get Namespace used to query data by Tencent Cloud service monitoring type
|
String |
getValue()
Get Value triggering alarm
|
void |
setDescription(String Description)
Set Metric display name
|
void |
setMetricName(String MetricName)
Set Metric name
|
void |
setPeriod(Long Period)
Set Statistical period
|
void |
setQceNamespace(String QceNamespace)
Set Namespace used to query data by Tencent Cloud service monitoring type
|
void |
setValue(String Value)
Set Value triggering alarm
|
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
- Namespace used to query data by Tencent Cloud service monitoring typepublic String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Metric namepublic Long getPeriod()
public void setPeriod(Long Period)
Period
- Statistical periodpublic String getValue()
public void setValue(String Value)
Value
- Value triggering alarmpublic String getDescription()
public void setDescription(String Description)
Description
- Metric display nameCopyright © 2023. All rights reserved.