Package | Description |
---|---|
com.tencentcloudapi.cls.v20201016.models |
Modifier and Type | Method and Description |
---|---|
WebCallback[] |
ModifyAlarmNoticeRequest.getWebCallbacks()
Get API callback information (including WeCom)
|
WebCallback[] |
AlarmNotice.getWebCallbacks()
Get Callback information of alarm notification template
Note: this field may return `null`, indicating that no valid values can be obtained.
|
WebCallback[] |
CreateAlarmNoticeRequest.getWebCallbacks()
Get API callback information (including WeCom)
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyAlarmNoticeRequest.setWebCallbacks(WebCallback[] WebCallbacks)
Set API callback information (including WeCom)
|
void |
AlarmNotice.setWebCallbacks(WebCallback[] WebCallbacks)
Set Callback information of alarm notification template
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
CreateAlarmNoticeRequest.setWebCallbacks(WebCallback[] WebCallbacks)
Set API callback information (including WeCom)
|
Constructor and Description |
---|
WebCallback(WebCallback 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.