public class SubmitWorkflowJobRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
mediaId
The ID of the media file.
|
String |
workflowId
The ID of the workflow.
|
| 构造器和说明 |
|---|
SubmitWorkflowJobRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SubmitWorkflowJobRequest |
build(Map<String,?> map) |
String |
getMediaId() |
String |
getWorkflowId() |
SubmitWorkflowJobRequest |
setMediaId(String mediaId) |
SubmitWorkflowJobRequest |
setWorkflowId(String workflowId) |
@NameInMap(value="MediaId") public String mediaId
The ID of the media file. You can use one of the following methods to obtain the ID:
* Log on to the [ApsaraVideo VOD](https://vod.console.aliyun.com) console. In the left-side navigation pane, choose **Media Files** > **Audio/Video**. On the Video and Audio page, view the ID of the audio or video file. This method is applicable to files that are uploaded by using the ApsaraVideo VOD console.
* Obtain the value of the VideoId parameter when you call the [CreateUploadVideo](~~55407~~) operation to upload media files.
* Obtain the value of the VideoId parameter when you call the [SearchMedia](~~86044~~) operation after you upload media files.
@NameInMap(value="WorkflowId") public String workflowId
The ID of the workflow. To view the ID of the workflow, log on to the [ApsaraVideo VOD console](https://vod.console.aliyun.com). In the left-side navigation pane, choose **Configuration Management** > **Media Processing** > **Workflows**.
public static SubmitWorkflowJobRequest build(Map<String,?> map) throws Exception
Exceptionpublic SubmitWorkflowJobRequest setMediaId(String mediaId)
public String getMediaId()
public SubmitWorkflowJobRequest setWorkflowId(String workflowId)
public String getWorkflowId()
Copyright © 2024. All rights reserved.