public class PullDataByPageResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
PullDataByPageResponseBody.PullDataByPageResponseBodyList |
限定符和类型 | 字段和说明 |
---|---|
List<PullDataByPageResponseBody.PullDataByPageResponseBodyList> |
list |
Long |
maxResults |
String |
nextToken |
构造器和说明 |
---|
PullDataByPageResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static PullDataByPageResponseBody |
build(Map<String,?> map) |
List<PullDataByPageResponseBody.PullDataByPageResponseBodyList> |
getList() |
Long |
getMaxResults() |
String |
getNextToken() |
PullDataByPageResponseBody |
setList(List<PullDataByPageResponseBody.PullDataByPageResponseBodyList> list) |
PullDataByPageResponseBody |
setMaxResults(Long maxResults) |
PullDataByPageResponseBody |
setNextToken(String nextToken) |
@NameInMap(value="list") public List<PullDataByPageResponseBody.PullDataByPageResponseBodyList> list
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="maxResults") public Long maxResults
public static PullDataByPageResponseBody build(Map<String,?> map) throws Exception
Exception
public PullDataByPageResponseBody setList(List<PullDataByPageResponseBody.PullDataByPageResponseBodyList> list)
public List<PullDataByPageResponseBody.PullDataByPageResponseBodyList> getList()
public PullDataByPageResponseBody setNextToken(String nextToken)
public String getNextToken()
public PullDataByPageResponseBody setMaxResults(Long maxResults)
public Long getMaxResults()
Copyright © 2021. All rights reserved.