public class SetTranscodeCallbackKeyRequest extends AbstractModel
Constructor and Description |
---|
SetTranscodeCallbackKeyRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCallbackKey()
Get 设置文档转码回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥
|
Long |
getSdkAppId()
Get 应用的SdkAppId
|
void |
setCallbackKey(String CallbackKey)
Set 设置文档转码回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥
|
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 getCallbackKey()
public void setCallbackKey(String CallbackKey)
CallbackKey
- 设置文档转码回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥Copyright © 2020. All rights reserved.