public class DescribePolicyGroupInfoCondition extends AbstractModel
构造器和说明 |
---|
DescribePolicyGroupInfoCondition() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getAlarmNotifyPeriod()
Get 告警发送周期单位秒。
|
Integer |
getAlarmNotifyType()
Get 告警发送收敛类型。
|
Integer |
getCalcType()
Get 比较类型,1表示大于,2表示大于等于,3表示小于,4表示小于等于,5表示相等,6表示不相等,7表示日同比上涨,8表示日同比下降,9表示周同比上涨,10表示周同比下降,11表示周期环比上涨,12表示周期环比下降
|
String |
getCalcValue()
Get 检测阈值
|
Integer |
getContinueTime()
Get 持续多长时间触发规则会告警(单位秒)
|
Integer |
getMetricId()
Get 指标id
|
String |
getMetricShowName()
Get 指标名称
|
Integer |
getPeriod()
Get 数据聚合周期(单位秒)
|
Integer |
getRuleId()
Get 阈值规则id
|
String |
getUnit()
Get 指标单位
|
void |
setAlarmNotifyPeriod(Integer AlarmNotifyPeriod)
Set 告警发送周期单位秒。
|
void |
setAlarmNotifyType(Integer AlarmNotifyType)
Set 告警发送收敛类型。
|
void |
setCalcType(Integer CalcType)
Set 比较类型,1表示大于,2表示大于等于,3表示小于,4表示小于等于,5表示相等,6表示不相等,7表示日同比上涨,8表示日同比下降,9表示周同比上涨,10表示周同比下降,11表示周期环比上涨,12表示周期环比下降
|
void |
setCalcValue(String CalcValue)
Set 检测阈值
|
void |
setContinueTime(Integer ContinueTime)
Set 持续多长时间触发规则会告警(单位秒)
|
void |
setMetricId(Integer MetricId)
Set 指标id
|
void |
setMetricShowName(String MetricShowName)
Set 指标名称
|
void |
setPeriod(Integer Period)
Set 数据聚合周期(单位秒)
|
void |
setRuleId(Integer RuleId)
Set 阈值规则id
|
void |
setUnit(String Unit)
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 String getMetricShowName()
public void setMetricShowName(String MetricShowName)
MetricShowName
- 指标名称public Integer getPeriod()
public void setPeriod(Integer Period)
Period
- 数据聚合周期(单位秒)public Integer getMetricId()
public void setMetricId(Integer MetricId)
MetricId
- 指标idpublic Integer getRuleId()
public void setRuleId(Integer RuleId)
RuleId
- 阈值规则idpublic String getUnit()
public void setUnit(String Unit)
Unit
- 指标单位public Integer getAlarmNotifyType()
public void setAlarmNotifyType(Integer AlarmNotifyType)
AlarmNotifyType
- 告警发送收敛类型。0连续告警,1指数告警public Integer getAlarmNotifyPeriod()
public void setAlarmNotifyPeriod(Integer AlarmNotifyPeriod)
AlarmNotifyPeriod
- 告警发送周期单位秒。<0 不触发, 0 只触发一次, >0 每隔triggerTime秒触发一次public Integer getCalcType()
public void setCalcType(Integer CalcType)
CalcType
- 比较类型,1表示大于,2表示大于等于,3表示小于,4表示小于等于,5表示相等,6表示不相等,7表示日同比上涨,8表示日同比下降,9表示周同比上涨,10表示周同比下降,11表示周期环比上涨,12表示周期环比下降public String getCalcValue()
public void setCalcValue(String CalcValue)
CalcValue
- 检测阈值public Integer getContinueTime()
public void setContinueTime(Integer ContinueTime)
ContinueTime
- 持续多长时间触发规则会告警(单位秒)Copyright © 2019. All rights reserved.