public class AlipayAssetPointAccountlogQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayAssetPointAccountlogQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCurrentPage()
Gets current page.
|
Long |
getPageSize()
Gets page size.
|
List<PointAccountLog> |
getPointAccountLogs()
Gets point account logs.
|
Long |
getTotalCount()
Gets total count.
|
Long |
getTotalPages()
Gets total pages.
|
void |
setCurrentPage(Long currentPage)
Sets current page.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setPointAccountLogs(List<PointAccountLog> pointAccountLogs)
Sets point account logs.
|
void |
setTotalCount(Long totalCount)
Sets total count.
|
void |
setTotalPages(Long totalPages)
Sets total pages.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayAssetPointAccountlogQueryResponse()
public void setCurrentPage(Long currentPage)
currentPage - the current pagepublic Long getCurrentPage()
public void setPageSize(Long pageSize)
pageSize - the page sizepublic Long getPageSize()
public void setPointAccountLogs(List<PointAccountLog> pointAccountLogs)
pointAccountLogs - the point account logspublic List<PointAccountLog> getPointAccountLogs()
public void setTotalCount(Long totalCount)
totalCount - the total countpublic Long getTotalCount()
public void setTotalPages(Long totalPages)
totalPages - the total pagespublic Long getTotalPages()
Copyright © 2018. All rights reserved.