Class SetTranscodeCallbackKeyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.SetTranscodeCallbackKeyRequest
-
public class SetTranscodeCallbackKeyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCallbackKey()
Get 设置文档转码回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257Long
getSdkAppId()
Get 应用的SdkAppIdvoid
setCallbackKey(String CallbackKey)
Set 设置文档转码回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257void
setSdkAppId(Long SdkAppId)
Set 应用的SdkAppIdvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SetTranscodeCallbackKeyRequest
public SetTranscodeCallbackKeyRequest()
-
SetTranscodeCallbackKeyRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 应用的SdkAppId- Returns:
- SdkAppId 应用的SdkAppId
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 应用的SdkAppId- Parameters:
SdkAppId
- 应用的SdkAppId
-
getCallbackKey
public String getCallbackKey()
Get 设置文档转码回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257- Returns:
- CallbackKey 设置文档转码回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257
-
setCallbackKey
public void setCallbackKey(String CallbackKey)
Set 设置文档转码回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257- Parameters:
CallbackKey
- 设置文档转码回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257
-
-