public class AlipayFundBatchDetailQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayFundBatchDetailQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<AccDetailModel> |
getAccDetailList()
Gets acc detail list.
|
String |
getBatchNo()
Gets batch no.
|
String |
getBatchStatus()
Gets batch status.
|
String |
getBatchTransId()
Gets batch trans id.
|
String |
getBizCode()
Gets biz code.
|
String |
getBizScene()
Gets biz scene.
|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getFailReason()
Gets fail reason.
|
Long |
getPageNum()
Gets page num.
|
Long |
getPageSize()
Gets page size.
|
String |
getPaymentAmount()
Gets payment amount.
|
String |
getPaymentCurrency()
Gets payment currency.
|
String |
getSignPrincipal()
Gets sign principal.
|
Long |
getTotalItemCount()
Gets total item count.
|
Long |
getTotalPageCount()
Gets total page count.
|
void |
setAccDetailList(List<AccDetailModel> accDetailList)
Sets acc detail list.
|
void |
setBatchNo(String batchNo)
Sets batch no.
|
void |
setBatchStatus(String batchStatus)
Sets batch status.
|
void |
setBatchTransId(String batchTransId)
Sets batch trans id.
|
void |
setBizCode(String bizCode)
Sets biz code.
|
void |
setBizScene(String bizScene)
Sets biz scene.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setFailReason(String failReason)
Sets fail reason.
|
void |
setPageNum(Long pageNum)
Sets page num.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setPaymentAmount(String paymentAmount)
Sets payment amount.
|
void |
setPaymentCurrency(String paymentCurrency)
Sets payment currency.
|
void |
setSignPrincipal(String signPrincipal)
Sets sign principal.
|
void |
setTotalItemCount(Long totalItemCount)
Sets total item count.
|
void |
setTotalPageCount(Long totalPageCount)
Sets total page count.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsg
public void setAccDetailList(List<AccDetailModel> accDetailList)
accDetailList
- the acc detail listpublic List<AccDetailModel> getAccDetailList()
public void setBatchNo(String batchNo)
batchNo
- the batch nopublic String getBatchNo()
public void setBatchStatus(String batchStatus)
batchStatus
- the batch statuspublic String getBatchStatus()
public void setBatchTransId(String batchTransId)
batchTransId
- the batch trans idpublic String getBatchTransId()
public void setBizCode(String bizCode)
bizCode
- the biz codepublic String getBizCode()
public void setBizScene(String bizScene)
bizScene
- the biz scenepublic String getBizScene()
public void setErrorCode(String errorCode)
AlipayResponse
setErrorCode
in class AlipayResponse
errorCode
- the error codepublic String getErrorCode()
AlipayResponse
getErrorCode
in class AlipayResponse
public void setFailReason(String failReason)
failReason
- the fail reasonpublic String getFailReason()
public void setPageNum(Long pageNum)
pageNum
- the page numpublic Long getPageNum()
public void setPageSize(Long pageSize)
pageSize
- the page sizepublic Long getPageSize()
public void setPaymentAmount(String paymentAmount)
paymentAmount
- the payment amountpublic String getPaymentAmount()
public void setPaymentCurrency(String paymentCurrency)
paymentCurrency
- the payment currencypublic String getPaymentCurrency()
public void setSignPrincipal(String signPrincipal)
signPrincipal
- the sign principalpublic String getSignPrincipal()
public void setTotalItemCount(Long totalItemCount)
totalItemCount
- the total item countpublic Long getTotalItemCount()
public void setTotalPageCount(Long totalPageCount)
totalPageCount
- the total page countpublic Long getTotalPageCount()
Copyright © 2018. All rights reserved.