public class AlipayTradeResponse extends Object
| 构造器和说明 |
|---|
AlipayTradeResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBuyerLogonId()
Gets buyer logon id.
|
String |
getBuyerPayAmount()
Gets buyer pay amount.
|
String |
getBuyerUserId()
Gets buyer user id.
|
String |
getCardBalance()
Gets card balance.
|
String |
getCode()
Gets code.
|
String |
getDesc()
Gets desc.
|
String |
getDiscountGoodsDetail()
Gets discount goods detail.
|
List<com.alipay.api.domain.TradeFundBill> |
getFundBillList()
Gets fund bill list.
|
Date |
getGmtPayment()
Gets gmt payment.
|
String |
getInvoiceAmount()
Gets invoice amount.
|
String |
getMsg()
Gets msg.
|
String |
getOpenId()
Gets open id.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getPointAmount()
Gets point amount.
|
String |
getReceiptAmount()
Gets receipt amount.
|
String |
getStoreName()
Gets store name.
|
String |
getSubCode()
Gets sub code.
|
String |
getSubMsg()
Gets sub msg.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTradeNo()
Gets trade no.
|
List<com.alipay.api.domain.VoucherDetail> |
getVoucherDetailList()
Gets voucher detail list.
|
boolean |
isSuccess()
Is success boolean.
|
void |
setBuyerLogonId(String buyerLogonId)
Sets buyer logon id.
|
void |
setBuyerPayAmount(String buyerPayAmount)
Sets buyer pay amount.
|
void |
setBuyerUserId(String buyerUserId)
Sets buyer user id.
|
void |
setCardBalance(String cardBalance)
Sets card balance.
|
void |
setCode(String code)
Sets code.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setDiscountGoodsDetail(String discountGoodsDetail)
Sets discount goods detail.
|
void |
setFundBillList(List<com.alipay.api.domain.TradeFundBill> fundBillList)
Sets fund bill list.
|
void |
setGmtPayment(Date gmtPayment)
Sets gmt payment.
|
void |
setInvoiceAmount(String invoiceAmount)
Sets invoice amount.
|
void |
setMsg(String msg)
Sets msg.
|
void |
setOpenId(String openId)
Sets open id.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setPointAmount(String pointAmount)
Sets point amount.
|
void |
setReceiptAmount(String receiptAmount)
Sets receipt amount.
|
void |
setStoreName(String storeName)
Sets store name.
|
void |
setSubCode(String subCode)
Sets sub code.
|
void |
setSubMsg(String subMsg)
Sets sub msg.
|
void |
setSuccess(boolean success)
Sets success.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
void |
setVoucherDetailList(List<com.alipay.api.domain.VoucherDetail> voucherDetailList)
Sets voucher detail list.
|
String |
toString() |
public String getCode()
public void setCode(String code)
code - the codepublic String getMsg()
public void setMsg(String msg)
msg - the msgpublic String getBuyerLogonId()
public void setBuyerLogonId(String buyerLogonId)
buyerLogonId - the buyer logon idpublic String getBuyerPayAmount()
public void setBuyerPayAmount(String buyerPayAmount)
buyerPayAmount - the buyer pay amountpublic String getBuyerUserId()
public void setBuyerUserId(String buyerUserId)
buyerUserId - the buyer user idpublic String getCardBalance()
public void setCardBalance(String cardBalance)
cardBalance - the card balancepublic String getDiscountGoodsDetail()
public void setDiscountGoodsDetail(String discountGoodsDetail)
discountGoodsDetail - the discount goods detailpublic List<com.alipay.api.domain.TradeFundBill> getFundBillList()
public void setFundBillList(List<com.alipay.api.domain.TradeFundBill> fundBillList)
fundBillList - the fund bill listpublic Date getGmtPayment()
public void setGmtPayment(Date gmtPayment)
gmtPayment - the gmt paymentpublic String getInvoiceAmount()
public void setInvoiceAmount(String invoiceAmount)
invoiceAmount - the invoice amountpublic String getOpenId()
public void setOpenId(String openId)
openId - the open idpublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic String getPointAmount()
public void setPointAmount(String pointAmount)
pointAmount - the point amountpublic String getReceiptAmount()
public void setReceiptAmount(String receiptAmount)
receiptAmount - the receipt amountpublic String getStoreName()
public void setStoreName(String storeName)
storeName - the store namepublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount - the total amountpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic List<com.alipay.api.domain.VoucherDetail> getVoucherDetailList()
public void setVoucherDetailList(List<com.alipay.api.domain.VoucherDetail> voucherDetailList)
voucherDetailList - the voucher detail listpublic String getSubCode()
public void setSubCode(String subCode)
subCode - the sub codepublic String getSubMsg()
public void setSubMsg(String subMsg)
subMsg - the sub msgpublic boolean isSuccess()
public void setSuccess(boolean success)
success - the successpublic String getDesc()
public void setDesc(String desc)
desc - the descCopyright © 2018. All rights reserved.