public class GetTranscodeTaskRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
transcodeTaskId
The ID of the transcoding task.
|
| 构造器和说明 |
|---|
GetTranscodeTaskRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTranscodeTaskRequest |
build(Map<String,?> map) |
String |
getTranscodeTaskId() |
GetTranscodeTaskRequest |
setTranscodeTaskId(String transcodeTaskId) |
@NameInMap(value="TranscodeTaskId") public String transcodeTaskId
The ID of the transcoding task. You can use one of the following methods to obtain the ID:
* Obtain the value of TranscodeTaskId from the response to the [SubmitTranscodeJobs](~~68570~~) operation.
* Obtain the value of TranscodeTaskId from the response to the [ListTranscodeTask](~~109120~~) operation.
public static GetTranscodeTaskRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetTranscodeTaskRequest setTranscodeTaskId(String transcodeTaskId)
public String getTranscodeTaskId()
Copyright © 2024. All rights reserved.