public class PagePointHistoryResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList |
限定符和类型 | 字段和说明 |
---|---|
Boolean |
hasMore
This parameter is required.
|
Long |
nextToken
This parameter is required.
|
List<PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList> |
pointRecordList
This parameter is required.
|
Long |
totalCount
This parameter is required.
|
构造器和说明 |
---|
PagePointHistoryResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static PagePointHistoryResponseBody |
build(Map<String,?> map) |
Boolean |
getHasMore() |
Long |
getNextToken() |
List<PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList> |
getPointRecordList() |
Long |
getTotalCount() |
PagePointHistoryResponseBody |
setHasMore(Boolean hasMore) |
PagePointHistoryResponseBody |
setNextToken(Long nextToken) |
PagePointHistoryResponseBody |
setPointRecordList(List<PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList> pointRecordList) |
PagePointHistoryResponseBody |
setTotalCount(Long totalCount) |
@NameInMap(value="hasMore") public Boolean hasMore
This parameter is required.
example:true
@NameInMap(value="nextToken") public Long nextToken
This parameter is required.
example:3276
@NameInMap(value="pointRecordList") public List<PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList> pointRecordList
This parameter is required.
example:123
@NameInMap(value="totalCount") public Long totalCount
This parameter is required.
example:-1
public static PagePointHistoryResponseBody build(Map<String,?> map) throws Exception
Exception
public PagePointHistoryResponseBody setHasMore(Boolean hasMore)
public Boolean getHasMore()
public PagePointHistoryResponseBody setNextToken(Long nextToken)
public Long getNextToken()
public PagePointHistoryResponseBody setPointRecordList(List<PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList> pointRecordList)
public List<PagePointHistoryResponseBody.PagePointHistoryResponseBodyPointRecordList> getPointRecordList()
public PagePointHistoryResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2024. All rights reserved.