| Package | Description | 
|---|---|
| com.tencentcloudapi.cls.v20201016.models | 
| Modifier and Type | Method and Description | 
|---|---|
CallBackInfo | 
ModifyAlarmRequest.getCallBack()
Get Custom callback 
 | 
CallBackInfo | 
AlarmInfo.getCallBack()
Get Custom callback template
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
CallBackInfo | 
CreateAlarmRequest.getCallBack()
Get Custom callback 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModifyAlarmRequest.setCallBack(CallBackInfo CallBack)
Set Custom callback 
 | 
void | 
AlarmInfo.setCallBack(CallBackInfo CallBack)
Set Custom callback template
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
CreateAlarmRequest.setCallBack(CallBackInfo CallBack)
Set Custom callback 
 | 
| Constructor and Description | 
|---|
CallBackInfo(CallBackInfo 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.