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