public class KoubeiTradeOrderQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
KoubeiTradeOrderQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<KbOrderActivityModel> |
getActivityInfos()
Gets activity infos.
|
String |
getBuyerId()
Gets buyer id.
|
String |
getContact()
Gets contact.
|
List<KbOrderFundsVoucherModel> |
getFundsVouchers()
Gets funds vouchers.
|
Date |
getGmtCreate()
Gets gmt create.
|
Date |
getGmtModified()
Gets gmt modified.
|
String |
getOrderNo()
Gets order no.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getPartnerId()
Gets partner id.
|
String |
getRealAmount()
Gets real amount.
|
String |
getSellerId()
Gets seller id.
|
KbOrderShopModel |
getShop()
Gets shop.
|
String |
getStatus()
Gets status.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTransNo()
Gets trans no.
|
List<KbOrderVoucherModel> |
getVouchers()
Gets vouchers.
|
void |
setActivityInfos(List<KbOrderActivityModel> activityInfos)
Sets activity infos.
|
void |
setBuyerId(String buyerId)
Sets buyer id.
|
void |
setContact(String contact)
Sets contact.
|
void |
setFundsVouchers(List<KbOrderFundsVoucherModel> fundsVouchers)
Sets funds vouchers.
|
void |
setGmtCreate(Date gmtCreate)
Sets gmt create.
|
void |
setGmtModified(Date gmtModified)
Sets gmt modified.
|
void |
setOrderNo(String orderNo)
Sets order no.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setPartnerId(String partnerId)
Sets partner id.
|
void |
setRealAmount(String realAmount)
Sets real amount.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
void |
setShop(KbOrderShopModel shop)
Sets shop.
|
void |
setStatus(String status)
Sets status.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTransNo(String transNo)
Sets trans no.
|
void |
setVouchers(List<KbOrderVoucherModel> vouchers)
Sets vouchers.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setActivityInfos(List<KbOrderActivityModel> activityInfos)
activityInfos - the activity infospublic List<KbOrderActivityModel> getActivityInfos()
public void setBuyerId(String buyerId)
buyerId - the buyer idpublic String getBuyerId()
public void setContact(String contact)
contact - the contactpublic String getContact()
public void setFundsVouchers(List<KbOrderFundsVoucherModel> fundsVouchers)
fundsVouchers - the funds voucherspublic List<KbOrderFundsVoucherModel> getFundsVouchers()
public void setGmtCreate(Date gmtCreate)
gmtCreate - the gmt createpublic Date getGmtCreate()
public void setGmtModified(Date gmtModified)
gmtModified - the gmt modifiedpublic Date getGmtModified()
public void setOrderNo(String orderNo)
orderNo - the order nopublic String getOrderNo()
public void setOutBizNo(String outBizNo)
outBizNo - the out biz nopublic String getOutBizNo()
public void setPartnerId(String partnerId)
partnerId - the partner idpublic String getPartnerId()
public void setRealAmount(String realAmount)
realAmount - the real amountpublic String getRealAmount()
public void setSellerId(String sellerId)
sellerId - the seller idpublic String getSellerId()
public void setShop(KbOrderShopModel shop)
shop - the shoppublic KbOrderShopModel getShop()
public void setStatus(String status)
status - the statuspublic String getStatus()
public void setTotalAmount(String totalAmount)
totalAmount - the total amountpublic String getTotalAmount()
public void setTransNo(String transNo)
transNo - the trans nopublic String getTransNo()
public void setVouchers(List<KbOrderVoucherModel> vouchers)
vouchers - the voucherspublic List<KbOrderVoucherModel> getVouchers()
Copyright © 2018. All rights reserved.