public class AlipayFundJointaccountBillQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayFundJointaccountBillQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<JointAccountBillDetailDTO> |
getBillList() |
String |
getBizScene() |
Boolean |
getHasNextPage() |
String |
getPageNum() |
String |
getPageSize() |
String |
getProductCode() |
void |
setBillList(List<JointAccountBillDetailDTO> billList) |
void |
setBizScene(String bizScene) |
void |
setHasNextPage(Boolean hasNextPage) |
void |
setPageNum(String pageNum) |
void |
setPageSize(String pageSize) |
void |
setProductCode(String productCode) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBillList(List<JointAccountBillDetailDTO> billList)
public List<JointAccountBillDetailDTO> getBillList()
public void setBizScene(String bizScene)
public String getBizScene()
public void setHasNextPage(Boolean hasNextPage)
public Boolean getHasNextPage()
public void setPageNum(String pageNum)
public String getPageNum()
public void setPageSize(String pageSize)
public String getPageSize()
public void setProductCode(String productCode)
public String getProductCode()
Copyright © 2023. All rights reserved.