public class SearchEditingProjectRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range to query.
|
String |
ownerAccount |
String |
ownerId |
Integer |
pageNo
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
resourceOwnerAccount |
String |
resourceOwnerId |
String |
sortBy
The sorting rule of results.
|
String |
startTime
The beginning of the time range to query.
|
String |
status
The status of the online editing project.
|
String |
title
The title of the online editing project.
|
| 构造器和说明 |
|---|
SearchEditingProjectRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SearchEditingProjectRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getOwnerAccount() |
String |
getOwnerId() |
Integer |
getPageNo() |
Integer |
getPageSize() |
String |
getResourceOwnerAccount() |
String |
getResourceOwnerId() |
String |
getSortBy() |
String |
getStartTime() |
String |
getStatus() |
String |
getTitle() |
SearchEditingProjectRequest |
setEndTime(String endTime) |
SearchEditingProjectRequest |
setOwnerAccount(String ownerAccount) |
SearchEditingProjectRequest |
setOwnerId(String ownerId) |
SearchEditingProjectRequest |
setPageNo(Integer pageNo) |
SearchEditingProjectRequest |
setPageSize(Integer pageSize) |
SearchEditingProjectRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
SearchEditingProjectRequest |
setResourceOwnerId(String resourceOwnerId) |
SearchEditingProjectRequest |
setSortBy(String sortBy) |
SearchEditingProjectRequest |
setStartTime(String startTime) |
SearchEditingProjectRequest |
setStatus(String status) |
SearchEditingProjectRequest |
setTitle(String title) |
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. The query is performed based on the time range during which the required online editing projects were created. 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="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public String ownerId
@NameInMap(value="PageNo") public Integer pageNo
The number of the page to return. Default value: **1**.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Default value: **10**. Maximum value: **100**.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public String resourceOwnerId
@NameInMap(value="SortBy") public String sortBy
The sorting rule of results. Valid values:
* **CreationTime:Desc**: sorts the results based on the creation time in descending order. This is the default value.
* **CreationTime:Asc**: sorts the results based on the creation time in ascending order.
@NameInMap(value="StartTime") public String startTime
The beginning of the time range to query. The query is performed based on the time range during which the required online editing projects were created. 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="Status") public String status
The status of the online editing project. Separate multiple states with commas (,). By default, all online editing projects are queried. Valid values:
* **Normal**: indicates that the online editing project is in draft.
* **Producing**: indicates that the video is being produced.
* **Produced**: indicates that the video was produced.
* **ProduceFailed**: indicates that the video failed to be produced.
@NameInMap(value="Title") public String title
The title of the online editing project.
public static SearchEditingProjectRequest build(Map<String,?> map) throws Exception
Exceptionpublic SearchEditingProjectRequest setEndTime(String endTime)
public String getEndTime()
public SearchEditingProjectRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public SearchEditingProjectRequest setOwnerId(String ownerId)
public String getOwnerId()
public SearchEditingProjectRequest setPageNo(Integer pageNo)
public Integer getPageNo()
public SearchEditingProjectRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public SearchEditingProjectRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public SearchEditingProjectRequest setResourceOwnerId(String resourceOwnerId)
public String getResourceOwnerId()
public SearchEditingProjectRequest setSortBy(String sortBy)
public String getSortBy()
public SearchEditingProjectRequest setStartTime(String startTime)
public String getStartTime()
public SearchEditingProjectRequest setStatus(String status)
public String getStatus()
public SearchEditingProjectRequest setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.