public class MybankFinanceYulibaoTransHistoryQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
MybankFinanceYulibaoTransHistoryQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPage() |
Boolean |
getHasNextPage() |
List<YLBTransDetailInfo> |
getHistoryTransDetailInfos() |
String |
getTotalItemCount() |
void |
setCurrentPage(Long currentPage) |
void |
setHasNextPage(Boolean hasNextPage) |
void |
setHistoryTransDetailInfos(List<YLBTransDetailInfo> historyTransDetailInfos) |
void |
setTotalItemCount(String totalItemCount) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic MybankFinanceYulibaoTransHistoryQueryResponse()
public void setCurrentPage(Long currentPage)
public Long getCurrentPage()
public void setHasNextPage(Boolean hasNextPage)
public Boolean getHasNextPage()
public void setHistoryTransDetailInfos(List<YLBTransDetailInfo> historyTransDetailInfos)
public List<YLBTransDetailInfo> getHistoryTransDetailInfos()
public void setTotalItemCount(String totalItemCount)
public String getTotalItemCount()
Copyright © 2020. All rights reserved.