public class KoubeiTradeItemorderQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
KoubeiTradeItemorderQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizProduct()
Gets biz product.
|
String |
getBuyerId()
Gets buyer id.
|
String |
getDeliverSellerRealAmount()
Gets deliver seller real amount.
|
String |
getDiscountAmount()
Gets discount amount.
|
Date |
getGmtCreate()
Gets gmt create.
|
Date |
getGmtModified()
Gets gmt modified.
|
Date |
getGmtPayment()
Gets gmt payment.
|
List<ItemOrderVO> |
getItemOrderVo()
Gets item order vo.
|
String |
getOrderNo()
Gets order no.
|
String |
getOutOrderNo()
Gets out order no.
|
String |
getPartnerId()
Gets partner id.
|
String |
getRealPayAmount()
Gets real pay amount.
|
String |
getSellerId()
Gets seller id.
|
String |
getStatus()
Gets status.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTradeNo()
Gets trade no.
|
void |
setBizProduct(String bizProduct)
Sets biz product.
|
void |
setBuyerId(String buyerId)
Sets buyer id.
|
void |
setDeliverSellerRealAmount(String deliverSellerRealAmount)
Sets deliver seller real amount.
|
void |
setDiscountAmount(String discountAmount)
Sets discount amount.
|
void |
setGmtCreate(Date gmtCreate)
Sets gmt create.
|
void |
setGmtModified(Date gmtModified)
Sets gmt modified.
|
void |
setGmtPayment(Date gmtPayment)
Sets gmt payment.
|
void |
setItemOrderVo(List<ItemOrderVO> itemOrderVo)
Sets item order vo.
|
void |
setOrderNo(String orderNo)
Sets order no.
|
void |
setOutOrderNo(String outOrderNo)
Sets out order no.
|
void |
setPartnerId(String partnerId)
Sets partner id.
|
void |
setRealPayAmount(String realPayAmount)
Sets real pay amount.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
void |
setStatus(String status)
Sets status.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBizProduct(String bizProduct)
bizProduct - the biz productpublic String getBizProduct()
public void setBuyerId(String buyerId)
buyerId - the buyer idpublic String getBuyerId()
public void setDeliverSellerRealAmount(String deliverSellerRealAmount)
deliverSellerRealAmount - the deliver seller real amountpublic String getDeliverSellerRealAmount()
public void setDiscountAmount(String discountAmount)
discountAmount - the discount amountpublic String getDiscountAmount()
public void setGmtCreate(Date gmtCreate)
gmtCreate - the gmt createpublic Date getGmtCreate()
public void setGmtModified(Date gmtModified)
gmtModified - the gmt modifiedpublic Date getGmtModified()
public void setGmtPayment(Date gmtPayment)
gmtPayment - the gmt paymentpublic Date getGmtPayment()
public void setItemOrderVo(List<ItemOrderVO> itemOrderVo)
itemOrderVo - the item order vopublic List<ItemOrderVO> getItemOrderVo()
public void setOrderNo(String orderNo)
orderNo - the order nopublic String getOrderNo()
public void setOutOrderNo(String outOrderNo)
outOrderNo - the out order nopublic String getOutOrderNo()
public void setPartnerId(String partnerId)
partnerId - the partner idpublic String getPartnerId()
public void setRealPayAmount(String realPayAmount)
realPayAmount - the real pay amountpublic String getRealPayAmount()
public void setSellerId(String sellerId)
sellerId - the seller idpublic String getSellerId()
public void setStatus(String status)
status - the statuspublic String getStatus()
public void setTotalAmount(String totalAmount)
totalAmount - the total amountpublic String getTotalAmount()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic String getTradeNo()
Copyright © 2018. All rights reserved.