Package | Description |
---|---|
com.tencentcloudapi.cls.v20201016.models |
Modifier and Type | Method and Description |
---|---|
NoticeRule[] |
CreateAlarmNoticeRequest.getNoticeRules()
Get 通知规则。
注意:
- Type、NoticeReceivers和WebCallbacks是一组配置,NoticeRules是另一组配置,2组配置互斥。
|
NoticeRule[] |
ModifyAlarmNoticeRequest.getNoticeRules()
Get 通知规则。
注意:
- Type、NoticeReceivers和WebCallbacks是一组配置,NoticeRules是另一组配置,2组配置互斥。
- 传其中一组数据,则另一组数据置空。
|
NoticeRule[] |
AlarmNotice.getNoticeRules()
Get 通知规则。
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
CreateAlarmNoticeRequest.setNoticeRules(NoticeRule[] NoticeRules)
Set 通知规则。
注意:
- Type、NoticeReceivers和WebCallbacks是一组配置,NoticeRules是另一组配置,2组配置互斥。
|
void |
ModifyAlarmNoticeRequest.setNoticeRules(NoticeRule[] NoticeRules)
Set 通知规则。
注意:
- Type、NoticeReceivers和WebCallbacks是一组配置,NoticeRules是另一组配置,2组配置互斥。
- 传其中一组数据,则另一组数据置空。
|
void |
AlarmNotice.setNoticeRules(NoticeRule[] NoticeRules)
Set 通知规则。
注意:此字段可能返回 null,表示取不到有效值。
|
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.