public class ListSmartJobsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListSmartJobsResponseBody.ListSmartJobsResponseBodySmartJobList |
static class |
ListSmartJobsResponseBody.ListSmartJobsResponseBodySmartJobListInputConfig |
static class |
ListSmartJobsResponseBody.ListSmartJobsResponseBodySmartJobListOutputConfig |
限定符和类型 | 字段和说明 |
---|---|
String |
maxResults
example:
10
|
String |
nextToken
example:
CBB6BC61D08
|
String |
requestId
example:
9262E3DA-07FA-4862-FCBB6BC61D08*
|
List<ListSmartJobsResponseBody.ListSmartJobsResponseBodySmartJobList> |
smartJobList |
String |
totalCount
example:
110
|
构造器和说明 |
---|
ListSmartJobsResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ListSmartJobsResponseBody |
build(Map<String,?> map) |
String |
getMaxResults() |
String |
getNextToken() |
String |
getRequestId() |
List<ListSmartJobsResponseBody.ListSmartJobsResponseBodySmartJobList> |
getSmartJobList() |
String |
getTotalCount() |
ListSmartJobsResponseBody |
setMaxResults(String maxResults) |
ListSmartJobsResponseBody |
setNextToken(String nextToken) |
ListSmartJobsResponseBody |
setRequestId(String requestId) |
ListSmartJobsResponseBody |
setSmartJobList(List<ListSmartJobsResponseBody.ListSmartJobsResponseBodySmartJobList> smartJobList) |
ListSmartJobsResponseBody |
setTotalCount(String totalCount) |
@NameInMap(value="MaxResults") public String maxResults
10
@NameInMap(value="NextToken") public String nextToken
CBB6BC61D08
@NameInMap(value="RequestId") public String requestId
9262E3DA-07FA-4862-FCBB6BC61D08*
@NameInMap(value="SmartJobList") public List<ListSmartJobsResponseBody.ListSmartJobsResponseBodySmartJobList> smartJobList
@NameInMap(value="TotalCount") public String totalCount
110
public static ListSmartJobsResponseBody build(Map<String,?> map) throws Exception
Exception
public ListSmartJobsResponseBody setMaxResults(String maxResults)
public String getMaxResults()
public ListSmartJobsResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListSmartJobsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListSmartJobsResponseBody setSmartJobList(List<ListSmartJobsResponseBody.ListSmartJobsResponseBodySmartJobList> smartJobList)
public List<ListSmartJobsResponseBody.ListSmartJobsResponseBodySmartJobList> getSmartJobList()
public ListSmartJobsResponseBody setTotalCount(String totalCount)
public String getTotalCount()
Copyright © 2024. All rights reserved.