public class ListTranscodeTaskRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range to query.
|
Integer |
pageNo
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
startTime
The beginning of the time range to query.
|
String |
videoId
The ID of the audio or video file.
|
| 构造器和说明 |
|---|
ListTranscodeTaskRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTranscodeTaskRequest |
build(Map<String,?> map) |
String |
getEndTime() |
Integer |
getPageNo() |
Integer |
getPageSize() |
String |
getStartTime() |
String |
getVideoId() |
ListTranscodeTaskRequest |
setEndTime(String endTime) |
ListTranscodeTaskRequest |
setPageNo(Integer pageNo) |
ListTranscodeTaskRequest |
setPageSize(Integer pageSize) |
ListTranscodeTaskRequest |
setStartTime(String startTime) |
ListTranscodeTaskRequest |
setVideoId(String videoId) |
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. The end time must be later than the start time. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
@NameInMap(value="PageNo") public Integer pageNo
The number of the page to return. You can specify a page number to return data from the specified page. Default value: **1**.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Maximum value: **50**. Default value: **10**.
@NameInMap(value="StartTime") public String startTime
The beginning of the time range to query. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
@NameInMap(value="VideoId") public String videoId
The ID of the audio or video file. You can use one of the following methods to obtain the ID of the file:
* 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 VideoId from the response to the [CreateUploadVideo](~~55407~~) operation that you call to obtain the upload URL and credential.
* Obtain the value of VideoId by calling the [SearchMedia](~~86044~~) operation. This method is applicable to files that have been uploaded.
public static ListTranscodeTaskRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTranscodeTaskRequest setEndTime(String endTime)
public String getEndTime()
public ListTranscodeTaskRequest setPageNo(Integer pageNo)
public Integer getPageNo()
public ListTranscodeTaskRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListTranscodeTaskRequest setStartTime(String startTime)
public String getStartTime()
public ListTranscodeTaskRequest setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.