public class ListSmartJobsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
jobState
example:
Finished
|
String |
jobType
example:
ASR
|
Long |
maxResults
example:
10
|
String |
nextToken
example:
73f33c91-d59383e8280b
|
Long |
pageNo
example:
1
|
Long |
pageSize
example:
10
|
String |
sortBy
example:
CreationTime:Desc
|
构造器和说明 |
---|
ListSmartJobsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListSmartJobsRequest |
build(Map<String,?> map) |
String |
getJobState() |
String |
getJobType() |
Long |
getMaxResults() |
String |
getNextToken() |
Long |
getPageNo() |
Long |
getPageSize() |
String |
getSortBy() |
ListSmartJobsRequest |
setJobState(String jobState) |
ListSmartJobsRequest |
setJobType(String jobType) |
ListSmartJobsRequest |
setMaxResults(Long maxResults) |
ListSmartJobsRequest |
setNextToken(String nextToken) |
ListSmartJobsRequest |
setPageNo(Long pageNo) |
ListSmartJobsRequest |
setPageSize(Long pageSize) |
ListSmartJobsRequest |
setSortBy(String sortBy) |
@NameInMap(value="JobState") public String jobState
Finished
@NameInMap(value="JobType") public String jobType
ASR
@NameInMap(value="MaxResults") public Long maxResults
10
@NameInMap(value="NextToken") public String nextToken
73f33c91-d59383e8280b
@NameInMap(value="PageNo") public Long pageNo
1
@NameInMap(value="PageSize") public Long pageSize
10
@NameInMap(value="SortBy") public String sortBy
CreationTime:Desc
public static ListSmartJobsRequest build(Map<String,?> map) throws Exception
Exception
public ListSmartJobsRequest setJobState(String jobState)
public String getJobState()
public ListSmartJobsRequest setJobType(String jobType)
public String getJobType()
public ListSmartJobsRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public ListSmartJobsRequest setNextToken(String nextToken)
public String getNextToken()
public ListSmartJobsRequest setPageNo(Long pageNo)
public Long getPageNo()
public ListSmartJobsRequest setPageSize(Long pageSize)
public Long getPageSize()
public ListSmartJobsRequest setSortBy(String sortBy)
public String getSortBy()
Copyright © 2024. All rights reserved.