public class AlipayFundTransAacollectBatchQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayFundTransAacollectBatchQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBatchMemo()
Gets batch memo.
|
String |
getBatchNo()
Gets batch no.
|
String |
getBatchStatus()
Gets batch status.
|
String |
getBizType()
Gets biz type.
|
Date |
getCreateDate()
Gets create date.
|
String |
getCreaterUserId()
Gets creater user id.
|
List<BatchDetailInfo> |
getDetailList()
Gets detail list.
|
String |
getExtParam()
Gets ext param.
|
List<BatchDetailInfo> |
getPaidDetailList()
Gets paid detail list.
|
String |
getPayAmountSingle()
Gets pay amount single.
|
String |
getPayAmountTotal()
Gets pay amount total.
|
String |
getPayAmountTotalForReceiver()
Gets pay amount total for receiver.
|
String |
getRealItemsTotal()
Gets real items total.
|
String |
getShowItemsTotal()
Gets show items total.
|
String |
getSuccessAmountTotal()
Gets success amount total.
|
String |
getTimeOutValue()
Gets time out value.
|
List<BatchDetailInfo> |
getUnpaidDetailList()
Gets unpaid detail list.
|
void |
setBatchMemo(String batchMemo)
Sets batch memo.
|
void |
setBatchNo(String batchNo)
Sets batch no.
|
void |
setBatchStatus(String batchStatus)
Sets batch status.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setCreateDate(Date createDate)
Sets create date.
|
void |
setCreaterUserId(String createrUserId)
Sets creater user id.
|
void |
setDetailList(List<BatchDetailInfo> detailList)
Sets detail list.
|
void |
setExtParam(String extParam)
Sets ext param.
|
void |
setPaidDetailList(List<BatchDetailInfo> paidDetailList)
Sets paid detail list.
|
void |
setPayAmountSingle(String payAmountSingle)
Sets pay amount single.
|
void |
setPayAmountTotal(String payAmountTotal)
Sets pay amount total.
|
void |
setPayAmountTotalForReceiver(String payAmountTotalForReceiver)
Sets pay amount total for receiver.
|
void |
setRealItemsTotal(String realItemsTotal)
Sets real items total.
|
void |
setShowItemsTotal(String showItemsTotal)
Sets show items total.
|
void |
setSuccessAmountTotal(String successAmountTotal)
Sets success amount total.
|
void |
setTimeOutValue(String timeOutValue)
Sets time out value.
|
void |
setUnpaidDetailList(List<BatchDetailInfo> unpaidDetailList)
Sets unpaid detail list.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayFundTransAacollectBatchQueryResponse()
public void setBatchMemo(String batchMemo)
batchMemo
- the batch memopublic String getBatchMemo()
public void setBatchNo(String batchNo)
batchNo
- the batch nopublic String getBatchNo()
public void setBatchStatus(String batchStatus)
batchStatus
- the batch statuspublic String getBatchStatus()
public void setBizType(String bizType)
bizType
- the biz typepublic String getBizType()
public void setCreateDate(Date createDate)
createDate
- the create datepublic Date getCreateDate()
public void setCreaterUserId(String createrUserId)
createrUserId
- the creater user idpublic String getCreaterUserId()
public void setDetailList(List<BatchDetailInfo> detailList)
detailList
- the detail listpublic List<BatchDetailInfo> getDetailList()
public void setExtParam(String extParam)
extParam
- the ext parampublic String getExtParam()
public void setPaidDetailList(List<BatchDetailInfo> paidDetailList)
paidDetailList
- the paid detail listpublic List<BatchDetailInfo> getPaidDetailList()
public void setPayAmountSingle(String payAmountSingle)
payAmountSingle
- the pay amount singlepublic String getPayAmountSingle()
public void setPayAmountTotal(String payAmountTotal)
payAmountTotal
- the pay amount totalpublic String getPayAmountTotal()
public void setPayAmountTotalForReceiver(String payAmountTotalForReceiver)
payAmountTotalForReceiver
- the pay amount total for receiverpublic String getPayAmountTotalForReceiver()
public void setRealItemsTotal(String realItemsTotal)
realItemsTotal
- the real items totalpublic String getRealItemsTotal()
public void setShowItemsTotal(String showItemsTotal)
showItemsTotal
- the show items totalpublic String getShowItemsTotal()
public void setSuccessAmountTotal(String successAmountTotal)
successAmountTotal
- the success amount totalpublic String getSuccessAmountTotal()
public void setTimeOutValue(String timeOutValue)
timeOutValue
- the time out valuepublic String getTimeOutValue()
public void setUnpaidDetailList(List<BatchDetailInfo> unpaidDetailList)
unpaidDetailList
- the unpaid detail listpublic List<BatchDetailInfo> getUnpaidDetailList()
Copyright © 2018. All rights reserved.