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 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 SetTranscodeCallbackRequest()
public SetTranscodeCallbackRequest(SetTranscodeCallbackRequest source)
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 © 2023. All rights reserved.