Package | Description |
---|---|
com.tencentcloudapi.cls.v20201016.models |
Modifier and Type | Method and Description |
---|---|
NoticeReceiver[] |
AlarmNotice.getNoticeReceivers()
Get Information of the recipient in alarm notification template
Note: this field may return `null`, indicating that no valid values can be obtained.
|
NoticeReceiver[] |
ModifyAlarmNoticeRequest.getNoticeReceivers()
Get Notification recipient
|
NoticeReceiver[] |
CreateAlarmNoticeRequest.getNoticeReceivers()
Get Notification recipient
|
Modifier and Type | Method and Description |
---|---|
void |
AlarmNotice.setNoticeReceivers(NoticeReceiver[] NoticeReceivers)
Set Information of the recipient in alarm notification template
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
ModifyAlarmNoticeRequest.setNoticeReceivers(NoticeReceiver[] NoticeReceivers)
Set Notification recipient
|
void |
CreateAlarmNoticeRequest.setNoticeReceivers(NoticeReceiver[] NoticeReceivers)
Set Notification recipient
|
Constructor and Description |
---|
NoticeReceiver(NoticeReceiver 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 © 2023. All rights reserved.