public class SetOnlineRecordCallbackRequest extends AbstractModel
Constructor and Description |
---|
SetOnlineRecordCallbackRequest() |
SetOnlineRecordCallbackRequest(SetOnlineRecordCallbackRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCallback()
Get 实时录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头。回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40258
|
Long |
getSdkAppId()
Get 客户的SdkAppId
|
void |
setCallback(String Callback)
Set 实时录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头。回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40258
|
void |
setSdkAppId(Long SdkAppId)
Set 客户的SdkAppId
|
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 SetOnlineRecordCallbackRequest()
public SetOnlineRecordCallbackRequest(SetOnlineRecordCallbackRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 客户的SdkAppIdpublic String getCallback()
public void setCallback(String Callback)
Callback
- 实时录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头。回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40258Copyright © 2022. All rights reserved.