public class SetOnlineRecordCallbackKeyRequest extends AbstractModel
| Constructor and Description | 
|---|
| SetOnlineRecordCallbackKeyRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCallbackKey()Get Authentication key of the real-time recording callback. | 
| Long | getSdkAppId()Get SdkAppId of the application | 
| void | setCallbackKey(String CallbackKey)Set Authentication key of the real-time recording callback. | 
| void | setSdkAppId(Long SdkAppId)Set SdkAppId of the application | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - SdkAppId of the applicationpublic String getCallbackKey()
public void setCallbackKey(String CallbackKey)
CallbackKey - Authentication key of the real-time recording callback. It is a string of up to 64 characters. If it is specified as null, the existing callback authentication key is deleted.Copyright © 2020. All rights reserved.