public class ModifyAlarmPolicyNoticeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyAlarmPolicyNoticeRequest() | 
| ModifyAlarmPolicyNoticeRequest(ModifyAlarmPolicyNoticeRequest 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 | 
|---|---|
| AlarmHierarchicalNotice[] | getHierarchicalNotices()Get 告警分级通知规则配置 | 
| String | getModule()Get 模块名,这里填“monitor”。 | 
| NoticeContentTmplBindInfo[] | getNoticeContentTmplBindInfos()Get 通知内容模板绑定信息 | 
| String[] | getNoticeIds()Get 告警通知模板 ID 列表。 | 
| String | getPolicyId()Get 告警策略 ID,如果该参数与PolicyIds参数同时存在,则以PolicyIds为准。 | 
| String[] | getPolicyIds()Get 告警策略ID数组,支持给多个告警策略批量绑定通知模板。最多30个。 | 
| void | setHierarchicalNotices(AlarmHierarchicalNotice[] HierarchicalNotices)Set 告警分级通知规则配置 | 
| void | setModule(String Module)Set 模块名,这里填“monitor”。 | 
| void | setNoticeContentTmplBindInfos(NoticeContentTmplBindInfo[] NoticeContentTmplBindInfos)Set 通知内容模板绑定信息 | 
| void | setNoticeIds(String[] NoticeIds)Set 告警通知模板 ID 列表。 | 
| void | setPolicyId(String PolicyId)Set 告警策略 ID,如果该参数与PolicyIds参数同时存在,则以PolicyIds为准。 | 
| void | setPolicyIds(String[] PolicyIds)Set 告警策略ID数组,支持给多个告警策略批量绑定通知模板。最多30个。 | 
| 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 ModifyAlarmPolicyNoticeRequest()
public ModifyAlarmPolicyNoticeRequest(ModifyAlarmPolicyNoticeRequest source)
public String getModule()
public void setModule(String Module)
Module - 模块名,这里填“monitor”。public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId - 告警策略 ID,如果该参数与PolicyIds参数同时存在,则以PolicyIds为准。public String[] getNoticeIds()
public void setNoticeIds(String[] NoticeIds)
NoticeIds - 告警通知模板 ID 列表。public String[] getPolicyIds()
public void setPolicyIds(String[] PolicyIds)
PolicyIds - 告警策略ID数组,支持给多个告警策略批量绑定通知模板。最多30个。public AlarmHierarchicalNotice[] getHierarchicalNotices()
public void setHierarchicalNotices(AlarmHierarchicalNotice[] HierarchicalNotices)
HierarchicalNotices - 告警分级通知规则配置public NoticeContentTmplBindInfo[] getNoticeContentTmplBindInfos()
public void setNoticeContentTmplBindInfos(NoticeContentTmplBindInfo[] NoticeContentTmplBindInfos)
NoticeContentTmplBindInfos - 通知内容模板绑定信息Copyright © 2025. All rights reserved.