public class AlipayTradeRoyaltyRelationBatchqueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayTradeRoyaltyRelationBatchqueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPageNum() |
Long |
getCurrentPageSize() |
List<RoyaltyEntity> |
getReceiverList() |
String |
getResultCode() |
Long |
getTotalPageNum() |
Long |
getTotalRecordNum() |
void |
setCurrentPageNum(Long currentPageNum) |
void |
setCurrentPageSize(Long currentPageSize) |
void |
setReceiverList(List<RoyaltyEntity> receiverList) |
void |
setResultCode(String resultCode) |
void |
setTotalPageNum(Long totalPageNum) |
void |
setTotalRecordNum(Long totalRecordNum) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayTradeRoyaltyRelationBatchqueryResponse()
public void setCurrentPageNum(Long currentPageNum)
public Long getCurrentPageNum()
public void setCurrentPageSize(Long currentPageSize)
public Long getCurrentPageSize()
public void setReceiverList(List<RoyaltyEntity> receiverList)
public List<RoyaltyEntity> getReceiverList()
public void setResultCode(String resultCode)
public String getResultCode()
public void setTotalPageNum(Long totalPageNum)
public Long getTotalPageNum()
public void setTotalRecordNum(Long totalRecordNum)
public Long getTotalRecordNum()
Copyright © 2020. All rights reserved.