public class ListMediaProducingJobsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endTime
example:
2022-02-02T23:59:59Z
|
String |
jobType
example:
EditingJob
|
String |
keyword
example:
20b48fb04483915d4f2cd8ac
|
String |
masterJobId
example:
8750b54e3c976a47da6f
|
Integer |
maxResults
example:
100
|
String |
nextToken
example:
8EqYpQbZ6Eh7+Zz8DxVYoQ==
|
String |
projectId |
String |
sortBy
example:
CreationTime:Desc
|
String |
startTime
example:
2017-01-11T12:00:00Z
|
String |
status
example:
Success
|
构造器和说明 |
---|
ListMediaProducingJobsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListMediaProducingJobsRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getJobType() |
String |
getKeyword() |
String |
getMasterJobId() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getProjectId() |
String |
getSortBy() |
String |
getStartTime() |
String |
getStatus() |
ListMediaProducingJobsRequest |
setEndTime(String endTime) |
ListMediaProducingJobsRequest |
setJobType(String jobType) |
ListMediaProducingJobsRequest |
setKeyword(String keyword) |
ListMediaProducingJobsRequest |
setMasterJobId(String masterJobId) |
ListMediaProducingJobsRequest |
setMaxResults(Integer maxResults) |
ListMediaProducingJobsRequest |
setNextToken(String nextToken) |
ListMediaProducingJobsRequest |
setProjectId(String projectId) |
ListMediaProducingJobsRequest |
setSortBy(String sortBy) |
ListMediaProducingJobsRequest |
setStartTime(String startTime) |
ListMediaProducingJobsRequest |
setStatus(String status) |
@NameInMap(value="EndTime") public String endTime
2022-02-02T23:59:59Z
@NameInMap(value="JobType") public String jobType
EditingJob
@NameInMap(value="Keyword") public String keyword
20b48fb04483915d4f2cd8ac
@NameInMap(value="MasterJobId") public String masterJobId
8750b54e3c976a47da6f
@NameInMap(value="MaxResults") public Integer maxResults
100
@NameInMap(value="NextToken") public String nextToken
8EqYpQbZ6Eh7+Zz8DxVYoQ==
@NameInMap(value="ProjectId") public String projectId
@NameInMap(value="SortBy") public String sortBy
CreationTime:Desc
@NameInMap(value="StartTime") public String startTime
2017-01-11T12:00:00Z
@NameInMap(value="Status") public String status
Success
public static ListMediaProducingJobsRequest build(Map<String,?> map) throws Exception
Exception
public ListMediaProducingJobsRequest setEndTime(String endTime)
public String getEndTime()
public ListMediaProducingJobsRequest setJobType(String jobType)
public String getJobType()
public ListMediaProducingJobsRequest setKeyword(String keyword)
public String getKeyword()
public ListMediaProducingJobsRequest setMasterJobId(String masterJobId)
public String getMasterJobId()
public ListMediaProducingJobsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListMediaProducingJobsRequest setNextToken(String nextToken)
public String getNextToken()
public ListMediaProducingJobsRequest setProjectId(String projectId)
public String getProjectId()
public ListMediaProducingJobsRequest setSortBy(String sortBy)
public String getSortBy()
public ListMediaProducingJobsRequest setStartTime(String startTime)
public String getStartTime()
public ListMediaProducingJobsRequest setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.