Package | Description |
---|---|
com.tencentcloudapi.cls.v20201016.models |
Modifier and Type | Method and Description |
---|---|
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.
|
NoticeRule[] |
CreateAlarmNoticeRequest.getNoticeRules()
Get Notification RulesNote: - Type, NoticeReceivers, and WebCallbacks form one set of configurations, and NoticeRules form another set.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
CreateAlarmNoticeRequest.setNoticeRules(NoticeRule[] NoticeRules)
Set Notification RulesNote: - Type, NoticeReceivers, and WebCallbacks form one set of configurations, and NoticeRules form another set.
|
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 © 2024. All rights reserved.