public class AlipayAssetPointAccountlogQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayAssetPointAccountlogQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPage() |
Long |
getPageSize() |
List<PointAccountLog> |
getPointAccountLogs() |
Long |
getTotalCount() |
Long |
getTotalPages() |
void |
setCurrentPage(Long currentPage) |
void |
setPageSize(Long pageSize) |
void |
setPointAccountLogs(List<PointAccountLog> pointAccountLogs) |
void |
setTotalCount(Long totalCount) |
void |
setTotalPages(Long totalPages) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setCurrentPage(Long currentPage)
public Long getCurrentPage()
public void setPageSize(Long pageSize)
public Long getPageSize()
public void setPointAccountLogs(List<PointAccountLog> pointAccountLogs)
public List<PointAccountLog> getPointAccountLogs()
public void setTotalCount(Long totalCount)
public Long getTotalCount()
public void setTotalPages(Long totalPages)
public Long getTotalPages()
Copyright © 2020. All rights reserved.