public class SetOnlineRecordCallbackRequest extends AbstractModel
Constructor and Description |
---|
SetOnlineRecordCallbackRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCallback()
Get Callback address of the real-time recording task result.
|
Long |
getSdkAppId()
Get SdkAppId of the customer
|
void |
setCallback(String Callback)
Set Callback address of the real-time recording task result.
|
void |
setSdkAppId(Long SdkAppId)
Set SdkAppId of the customer
|
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, toJsonString
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- SdkAppId of the customerpublic String getCallback()
public void setCallback(String Callback)
Callback
- Callback address of the real-time recording task result. If an empty string is passed in, the existing callback address will be deleted. The callback address only supports the HTTP or HTTPS protocol, so the callback address must start with `http://` or `https://`. For the callback format, please [see here](https://intl.cloud.tencent.com/document/product/1137/40258?from_cn_redirect=1).Copyright © 2020. All rights reserved.