public class DescribePolicyGroupInfoEventCondition extends AbstractModel
Constructor and Description |
---|
DescribePolicyGroupInfoEventCondition() |
DescribePolicyGroupInfoEventCondition(DescribePolicyGroupInfoEventCondition 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 |
---|---|
Long |
getAlarmNotifyPeriod()
Get 告警发送周期单位秒。<0 不触发, 0 只触发一次, >0 每隔triggerTime秒触发一次
|
Long |
getAlarmNotifyType()
Get 告警发送收敛类型。0连续告警,1指数告警
|
Long |
getEventId()
Get 事件id
|
String |
getEventShowName()
Get 事件名称
|
Long |
getRuleId()
Get 事件告警规则id
|
void |
setAlarmNotifyPeriod(Long AlarmNotifyPeriod)
Set 告警发送周期单位秒。<0 不触发, 0 只触发一次, >0 每隔triggerTime秒触发一次
|
void |
setAlarmNotifyType(Long AlarmNotifyType)
Set 告警发送收敛类型。0连续告警,1指数告警
|
void |
setEventId(Long EventId)
Set 事件id
|
void |
setEventShowName(String EventShowName)
Set 事件名称
|
void |
setRuleId(Long RuleId)
Set 事件告警规则id
|
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 DescribePolicyGroupInfoEventCondition()
public DescribePolicyGroupInfoEventCondition(DescribePolicyGroupInfoEventCondition source)
public Long getEventId()
public void setEventId(Long EventId)
EventId
- 事件idpublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 事件告警规则idpublic String getEventShowName()
public void setEventShowName(String EventShowName)
EventShowName
- 事件名称public Long getAlarmNotifyPeriod()
public void setAlarmNotifyPeriod(Long AlarmNotifyPeriod)
AlarmNotifyPeriod
- 告警发送周期单位秒。<0 不触发, 0 只触发一次, >0 每隔triggerTime秒触发一次public Long getAlarmNotifyType()
public void setAlarmNotifyType(Long AlarmNotifyType)
AlarmNotifyType
- 告警发送收敛类型。0连续告警,1指数告警Copyright © 2022. All rights reserved.