public class PageListRobotResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PageListRobotResponseBody.PageListRobotResponseBodyList |
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
hasMore |
List<PageListRobotResponseBody.PageListRobotResponseBodyList> |
list |
Long |
nextCursor |
Long |
total |
| 构造器和说明 |
|---|
PageListRobotResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PageListRobotResponseBody |
build(Map<String,?> map) |
Boolean |
getHasMore() |
List<PageListRobotResponseBody.PageListRobotResponseBodyList> |
getList() |
Long |
getNextCursor() |
Long |
getTotal() |
PageListRobotResponseBody |
setHasMore(Boolean hasMore) |
PageListRobotResponseBody |
setList(List<PageListRobotResponseBody.PageListRobotResponseBodyList> list) |
PageListRobotResponseBody |
setNextCursor(Long nextCursor) |
PageListRobotResponseBody |
setTotal(Long total) |
@NameInMap(value="hasMore") public Boolean hasMore
@NameInMap(value="list") public List<PageListRobotResponseBody.PageListRobotResponseBodyList> list
@NameInMap(value="nextCursor") public Long nextCursor
@NameInMap(value="total") public Long total
public static PageListRobotResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic PageListRobotResponseBody setHasMore(Boolean hasMore)
public Boolean getHasMore()
public PageListRobotResponseBody setList(List<PageListRobotResponseBody.PageListRobotResponseBodyList> list)
public List<PageListRobotResponseBody.PageListRobotResponseBodyList> getList()
public PageListRobotResponseBody setNextCursor(Long nextCursor)
public Long getNextCursor()
public PageListRobotResponseBody setTotal(Long total)
public Long getTotal()
Copyright © 2022. All rights reserved.