public class AlipayQueryResponse extends Object
| 构造器和说明 |
|---|
AlipayQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlipayStoreId()
Gets alipay store id.
|
String |
getBuyerLogonId()
Gets buyer logon id.
|
String |
getBuyerPayAmount()
Gets buyer pay amount.
|
String |
getBuyerUserId()
Gets buyer user id.
|
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.
|
String |
getIndustrySepcDetail()
Gets industry sepc detail.
|
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.
|
Date |
getSendPayDate()
Gets send pay date.
|
String |
getStoreId()
Gets store id.
|
String |
getStoreName()
Gets store name.
|
String |
getSubCode()
Gets sub code.
|
String |
getSubMsg()
Gets sub msg.
|
String |
getTerminalId()
Gets terminal id.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTradeNo()
Gets trade no.
|
String |
getTradeStatus()
Gets trade status.
|
List<com.alipay.api.domain.VoucherDetail> |
getVoucherDetailList()
Gets voucher detail list.
|
boolean |
isSuccess()
Is success boolean.
|
void |
setAlipayStoreId(String alipayStoreId)
Sets alipay store id.
|
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 |
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 |
setIndustrySepcDetail(String industrySepcDetail)
Sets industry sepc detail.
|
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 |
setSendPayDate(Date sendPayDate)
Sets send pay date.
|
void |
setStoreId(String storeId)
Sets store id.
|
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 |
setTerminalId(String terminalId)
Sets terminal id.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
void |
setTradeStatus(String tradeStatus)
Sets trade status.
|
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 boolean isSuccess()
public void setSuccess(boolean success)
success - the successpublic String getDesc()
public void setDesc(String desc)
desc - the descpublic String getAlipayStoreId()
public void setAlipayStoreId(String alipayStoreId)
alipayStoreId - the alipay store idpublic 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 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 String getIndustrySepcDetail()
public void setIndustrySepcDetail(String industrySepcDetail)
industrySepcDetail - the industry sepc detailpublic 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 Date getSendPayDate()
public void setSendPayDate(Date sendPayDate)
sendPayDate - the send pay datepublic String getStoreId()
public void setStoreId(String storeId)
storeId - the store idpublic String getStoreName()
public void setStoreName(String storeName)
storeName - the store namepublic String getTerminalId()
public void setTerminalId(String terminalId)
terminalId - the terminal idpublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount - the total amountpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic String getTradeStatus()
public void setTradeStatus(String tradeStatus)
tradeStatus - the trade statuspublic 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 msgCopyright © 2018. All rights reserved.