public class SetTranscodeCallbackKeyRequest extends AbstractModel
Constructor and Description |
---|
SetTranscodeCallbackKeyRequest() |
SetTranscodeCallbackKeyRequest(SetTranscodeCallbackKeyRequest 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 |
getCallbackKey()
Get Authentication key for the document transcoding callback.
|
Long |
getSdkAppId()
Get SdkAppId of the application
|
void |
setCallbackKey(String CallbackKey)
Set Authentication key for the document transcoding callback.
|
void |
setSdkAppId(Long SdkAppId)
Set SdkAppId of the application
|
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 SetTranscodeCallbackKeyRequest()
public SetTranscodeCallbackKeyRequest(SetTranscodeCallbackKeyRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- SdkAppId of the applicationpublic String getCallbackKey()
public void setCallbackKey(String CallbackKey)
CallbackKey
- Authentication key for the document transcoding callback. It is a string that can have up to 64 characters. If an empty string is passed in, the existing callback authentication key will be deleted. For more information about callback authentication, please [see here](https://intl.cloud.tencent.com/document/product/1137/40257?from_cn_redirect=1).Copyright © 2023. All rights reserved.