public class SetTranscodeCallbackRequest extends AbstractModel
Constructor and Description |
---|
SetTranscodeCallbackRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCallback()
Get 文档转码进度回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头
|
Long |
getSdkAppId()
Get 客户的SdkAppId
|
void |
setCallback(String Callback)
Set 文档转码进度回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头
|
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 Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 客户的SdkAppIdpublic String getCallback()
public void setCallback(String Callback)
Callback
- 文档转码进度回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头Copyright © 2020. All rights reserved.