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="total") public Long total
@NameInMap(value="nextCursor") public Long nextCursor
@NameInMap(value="hasMore") public Boolean hasMore
@NameInMap(value="list") public List<PageListRobotResponseBody.PageListRobotResponseBodyList> list
public static PageListRobotResponseBody build(Map<String,?> map) throws Exception
Exception
public PageListRobotResponseBody setTotal(Long total)
public Long getTotal()
public PageListRobotResponseBody setNextCursor(Long nextCursor)
public Long getNextCursor()
public PageListRobotResponseBody setHasMore(Boolean hasMore)
public Boolean getHasMore()
public PageListRobotResponseBody setList(List<PageListRobotResponseBody.PageListRobotResponseBodyList> list)
public List<PageListRobotResponseBody.PageListRobotResponseBodyList> getList()
Copyright © 2021. All rights reserved.