public class DescribePolicyGroupInfoCondition extends AbstractModel
Constructor and Description |
---|
DescribePolicyGroupInfoCondition() |
Modifier and Type | Method and Description |
---|---|
Long |
getAlarmNotifyPeriod()
Get 告警发送周期单位秒。<0 不触发, 0 只触发一次, >0 每隔triggerTime秒触发一次
|
Long |
getAlarmNotifyType()
Get 告警发送收敛类型。0连续告警,1指数告警
|
Long |
getCalcType()
Get 比较类型,1表示大于,2表示大于等于,3表示小于,4表示小于等于,5表示相等,6表示不相等,7表示日同比上涨,8表示日同比下降,9表示周同比上涨,10表示周同比下降,11表示周期环比上涨,12表示周期环比下降
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCalcValue()
Get 检测阈值
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getContinueTime()
Get 持续多长时间触发规则会告警(单位秒)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMetricId()
Get 指标id
|
String |
getMetricName()
Get 告警指标名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMetricShowName()
Get 指标名称
|
Long |
getPeriod()
Get 数据聚合周期(单位秒)
|
Long |
getRuleId()
Get 阈值规则id
|
String |
getUnit()
Get 指标单位
|
void |
setAlarmNotifyPeriod(Long AlarmNotifyPeriod)
Set 告警发送周期单位秒。<0 不触发, 0 只触发一次, >0 每隔triggerTime秒触发一次
|
void |
setAlarmNotifyType(Long AlarmNotifyType)
Set 告警发送收敛类型。0连续告警,1指数告警
|
void |
setCalcType(Long CalcType)
Set 比较类型,1表示大于,2表示大于等于,3表示小于,4表示小于等于,5表示相等,6表示不相等,7表示日同比上涨,8表示日同比下降,9表示周同比上涨,10表示周同比下降,11表示周期环比上涨,12表示周期环比下降
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCalcValue(String CalcValue)
Set 检测阈值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContinueTime(Long ContinueTime)
Set 持续多长时间触发规则会告警(单位秒)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMetricId(Long MetricId)
Set 指标id
|
void |
setMetricName(String MetricName)
Set 告警指标名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMetricShowName(String MetricShowName)
Set 指标名称
|
void |
setPeriod(Long Period)
Set 数据聚合周期(单位秒)
|
void |
setRuleId(Long 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 Long getPeriod()
public void setPeriod(Long Period)
Period
- 数据聚合周期(单位秒)public Long getMetricId()
public void setMetricId(Long MetricId)
MetricId
- 指标idpublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 阈值规则idpublic String getUnit()
public void setUnit(String Unit)
Unit
- 指标单位public Long getAlarmNotifyType()
public void setAlarmNotifyType(Long AlarmNotifyType)
AlarmNotifyType
- 告警发送收敛类型。0连续告警,1指数告警public Long getAlarmNotifyPeriod()
public void setAlarmNotifyPeriod(Long AlarmNotifyPeriod)
AlarmNotifyPeriod
- 告警发送周期单位秒。<0 不触发, 0 只触发一次, >0 每隔triggerTime秒触发一次public Long getCalcType()
public void setCalcType(Long CalcType)
CalcType
- 比较类型,1表示大于,2表示大于等于,3表示小于,4表示小于等于,5表示相等,6表示不相等,7表示日同比上涨,8表示日同比下降,9表示周同比上涨,10表示周同比下降,11表示周期环比上涨,12表示周期环比下降
注意:此字段可能返回 null,表示取不到有效值。public String getCalcValue()
public void setCalcValue(String CalcValue)
CalcValue
- 检测阈值
注意:此字段可能返回 null,表示取不到有效值。public Long getContinueTime()
public void setContinueTime(Long ContinueTime)
ContinueTime
- 持续多长时间触发规则会告警(单位秒)
注意:此字段可能返回 null,表示取不到有效值。public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 告警指标名
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.