public class MybankFinanceYulibaoTransHistoryQueryResponse extends AlipayResponse
Constructor and Description |
---|
MybankFinanceYulibaoTransHistoryQueryResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getCurrentPage()
Gets current page.
|
Boolean |
getHasNextPage()
Gets has next page.
|
List<YLBTransDetailInfo> |
getHistoryTransDetailInfos()
Gets history trans detail infos.
|
String |
getTotalItemCount()
Gets total item count.
|
void |
setCurrentPage(Long currentPage)
Sets current page.
|
void |
setHasNextPage(Boolean hasNextPage)
Sets has next page.
|
void |
setHistoryTransDetailInfos(List<YLBTransDetailInfo> historyTransDetailInfos)
Sets history trans detail infos.
|
void |
setTotalItemCount(String totalItemCount)
Sets total item count.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public MybankFinanceYulibaoTransHistoryQueryResponse()
public void setCurrentPage(Long currentPage)
currentPage
- the current pagepublic Long getCurrentPage()
public void setHasNextPage(Boolean hasNextPage)
hasNextPage
- the has next pagepublic Boolean getHasNextPage()
public void setHistoryTransDetailInfos(List<YLBTransDetailInfo> historyTransDetailInfos)
historyTransDetailInfos
- the history trans detail infospublic List<YLBTransDetailInfo> getHistoryTransDetailInfos()
public void setTotalItemCount(String totalItemCount)
totalItemCount
- the total item countpublic String getTotalItemCount()
Copyright © 2018. All rights reserved.