public class SetTranscodeCallbackRequest extends AbstractModel
Constructor and Description |
---|
SetTranscodeCallbackRequest() |
SetTranscodeCallbackRequest(SetTranscodeCallbackRequest 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/40260
|
Long |
getSdkAppId()
Get 客户的SdkAppId
|
void |
setCallback(String Callback)
Set 文档转码进度回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头。
回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40260
|
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 SetTranscodeCallbackRequest()
public SetTranscodeCallbackRequest(SetTranscodeCallbackRequest 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/40260Copyright © 2021. All rights reserved.