public class AlipayEcoCplifeBillBatchqueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayEcoCplifeBillBatchqueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<CPBillResultSet> |
getBillResultSet()
Gets bill result set.
|
Long |
getCurrentPageNum()
Gets current page num.
|
Long |
getTotalBillCount()
Gets total bill count.
|
void |
setBillResultSet(List<CPBillResultSet> billResultSet)
Sets bill result set.
|
void |
setCurrentPageNum(Long currentPageNum)
Sets current page num.
|
void |
setTotalBillCount(Long totalBillCount)
Sets total bill count.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayEcoCplifeBillBatchqueryResponse()
public void setBillResultSet(List<CPBillResultSet> billResultSet)
billResultSet - the bill result setpublic List<CPBillResultSet> getBillResultSet()
public void setCurrentPageNum(Long currentPageNum)
currentPageNum - the current page numpublic Long getCurrentPageNum()
public void setTotalBillCount(Long totalBillCount)
totalBillCount - the total bill countpublic Long getTotalBillCount()
Copyright © 2018. All rights reserved.