Package | Description |
---|---|
com.tencentcloudapi.monitor.v20180724.models |
Modifier and Type | Method and Description |
---|---|
URLNotice[] |
ModifyAlarmNoticeRequest.getURLNotices()
Get Callback notifications (up to 3)
|
URLNotice[] |
AlarmNotice.getURLNotices()
Get Callback notification list
Note: this field may return null, indicating that no valid values can be obtained.
|
URLNotice[] |
DescribeAlarmNoticeCallbacksResponse.getURLNotices()
Get Alarm callback notification
Note: this field may return null, indicating that no valid values can be obtained.
|
URLNotice[] |
CreateAlarmNoticeRequest.getURLNotices()
Get Callback notifications (up to 3)
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyAlarmNoticeRequest.setURLNotices(URLNotice[] URLNotices)
Set Callback notifications (up to 3)
|
void |
AlarmNotice.setURLNotices(URLNotice[] URLNotices)
Set Callback notification list
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
DescribeAlarmNoticeCallbacksResponse.setURLNotices(URLNotice[] URLNotices)
Set Alarm callback notification
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
CreateAlarmNoticeRequest.setURLNotices(URLNotice[] URLNotices)
Set Callback notifications (up to 3)
|
Constructor and Description |
---|
URLNotice(URLNotice 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.