| Package | Description | 
|---|---|
| com.tencentcloudapi.cls.v20201016.models | 
| Modifier and Type | Method and Description | 
|---|---|
NoticeRule[] | 
CreateAlarmNoticeRequest.getNoticeRules()
Get Notification RulesNote: - Type, NoticeReceivers, and WebCallbacks form one set of configurations, and NoticeRules form another set. 
 | 
NoticeRule[] | 
ModifyAlarmNoticeRequest.getNoticeRules()
Get Notification rulesNote: - Type, NoticeReceivers, and WebCallbacks are one set of configurations, while NoticeRules is another set of configurations. 
 | 
NoticeRule[] | 
AlarmNotice.getNoticeRules()
Get Notification rules.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CreateAlarmNoticeRequest.setNoticeRules(NoticeRule[] NoticeRules)
Set Notification RulesNote: - Type, NoticeReceivers, and WebCallbacks form one set of configurations, and NoticeRules form another set. 
 | 
void | 
ModifyAlarmNoticeRequest.setNoticeRules(NoticeRule[] NoticeRules)
Set Notification rulesNote: - Type, NoticeReceivers, and WebCallbacks are one set of configurations, while NoticeRules is another set of configurations. 
 | 
void | 
AlarmNotice.setNoticeRules(NoticeRule[] NoticeRules)
Set Notification rules.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Constructor and Description | 
|---|
NoticeRule(NoticeRule 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. 
 | 
Copyright © 2025. All rights reserved.