public class ModifyPolicyGroupEventCondition extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyPolicyGroupEventCondition() | 
| ModifyPolicyGroupEventCondition(ModifyPolicyGroupEventCondition 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 | 
| Long | getRuleId()Get 规则id,不填表示新增,填写了ruleId表示在已存在的规则基础上进行修改 | 
| void | setAlarmNotifyPeriod(Long AlarmNotifyPeriod)Set 告警发送周期单位秒。<0 不触发, 0 只触发一次, >0 每隔triggerTime秒触发一次 | 
| void | setAlarmNotifyType(Long AlarmNotifyType)Set 告警发送收敛类型。0连续告警,1指数告警 | 
| void | setEventId(Long EventId)Set 事件id | 
| void | setRuleId(Long RuleId)Set 规则id,不填表示新增,填写了ruleId表示在已存在的规则基础上进行修改 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyPolicyGroupEventCondition()
public ModifyPolicyGroupEventCondition(ModifyPolicyGroupEventCondition source)
public Long getEventId()
public void setEventId(Long EventId)
EventId - 事件idpublic 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 getRuleId()
public void setRuleId(Long RuleId)
RuleId - 规则id,不填表示新增,填写了ruleId表示在已存在的规则基础上进行修改Copyright © 2025. All rights reserved.