Class DescribeTranscodeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.DescribeTranscodeRequest
-
public class DescribeTranscodeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTranscodeRequest()DescribeTranscodeRequest(DescribeTranscodeRequest 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 LonggetSdkAppId()Get 客户的SdkAppIdStringgetTaskId()Get 文档转码任务的唯一标识IdvoidsetSdkAppId(Long SdkAppId)Set 客户的SdkAppIdvoidsetTaskId(String TaskId)Set 文档转码任务的唯一标识IdvoidtoMap(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
-
DescribeTranscodeRequest
public DescribeTranscodeRequest()
-
DescribeTranscodeRequest
public DescribeTranscodeRequest(DescribeTranscodeRequest 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
-
getTaskId
public String getTaskId()
Get 文档转码任务的唯一标识Id- Returns:
- TaskId 文档转码任务的唯一标识Id
-
setTaskId
public void setTaskId(String TaskId)
Set 文档转码任务的唯一标识Id- Parameters:
TaskId- 文档转码任务的唯一标识Id
-
-