public class SetTranscodeCallbackRequest extends AbstractModel
Constructor and Description |
---|
SetTranscodeCallbackRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCallback()
Get Callback address for the document transcoding progress.
|
Long |
getSdkAppId()
Get SdkAppId of the customer
|
void |
setCallback(String Callback)
Set Callback address for the document transcoding progress.
|
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 for the document transcoding progress. 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 more information about the callback format, please [see here](https://intl.cloud.tencent.com/document/product/1137/40260?from_cn_redirect=1).Copyright © 2020. All rights reserved.