public class AlipayCloudFundWalletOperationQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayCloudFundWalletOperationQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCurrentPage() |
String |
getTotalItems() |
String |
getTotalPages() |
WalletOperationDetails |
getWalletOperations() |
void |
setCurrentPage(String currentPage) |
void |
setTotalItems(String totalItems) |
void |
setTotalPages(String totalPages) |
void |
setWalletOperations(WalletOperationDetails walletOperations) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayCloudFundWalletOperationQueryResponse()
public void setCurrentPage(String currentPage)
public String getCurrentPage()
public void setTotalItems(String totalItems)
public String getTotalItems()
public void setTotalPages(String totalPages)
public String getTotalPages()
public void setWalletOperations(WalletOperationDetails walletOperations)
public WalletOperationDetails getWalletOperations()
Copyright © 2024. All rights reserved.