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 it is specified as null, the set callback address is deleted. The callback address only supports the HTTP or HTTPS protocol, and therefore the callback address must start with http:// or https://.Copyright © 2020. All rights reserved.