public class AlipayDaoweiOrderQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayDaoweiOrderQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuyerUserId()
Gets buyer user id.
|
String |
getGmtCreate()
Gets gmt create.
|
String |
getGmtModified()
Gets gmt modified.
|
String |
getGmtPayment()
Gets gmt payment.
|
String |
getGmtRefund()
Gets gmt refund.
|
OrderLogisticsInfo |
getLogisticsInfo()
Gets logistics info.
|
String |
getMemo()
Gets memo.
|
String |
getOrderNo()
Gets order no.
|
String |
getOrderStatus()
Gets order status.
|
String |
getPaymentAmount()
Gets payment amount.
|
String |
getRealAmount()
Gets real amount.
|
String |
getRefundAmount()
Gets refund amount.
|
List<ServiceOrderInfo> |
getServiceOrderList()
Gets service order list.
|
String |
getTotalAmount()
Gets total amount.
|
void |
setBuyerUserId(String buyerUserId)
Sets buyer user id.
|
void |
setGmtCreate(String gmtCreate)
Sets gmt create.
|
void |
setGmtModified(String gmtModified)
Sets gmt modified.
|
void |
setGmtPayment(String gmtPayment)
Sets gmt payment.
|
void |
setGmtRefund(String gmtRefund)
Sets gmt refund.
|
void |
setLogisticsInfo(OrderLogisticsInfo logisticsInfo)
Sets logistics info.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setOrderNo(String orderNo)
Sets order no.
|
void |
setOrderStatus(String orderStatus)
Sets order status.
|
void |
setPaymentAmount(String paymentAmount)
Sets payment amount.
|
void |
setRealAmount(String realAmount)
Sets real amount.
|
void |
setRefundAmount(String refundAmount)
Sets refund amount.
|
void |
setServiceOrderList(List<ServiceOrderInfo> serviceOrderList)
Sets service order list.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBuyerUserId(String buyerUserId)
buyerUserId - the buyer user idpublic String getBuyerUserId()
public void setGmtCreate(String gmtCreate)
gmtCreate - the gmt createpublic String getGmtCreate()
public void setGmtModified(String gmtModified)
gmtModified - the gmt modifiedpublic String getGmtModified()
public void setGmtPayment(String gmtPayment)
gmtPayment - the gmt paymentpublic String getGmtPayment()
public void setGmtRefund(String gmtRefund)
gmtRefund - the gmt refundpublic String getGmtRefund()
public void setLogisticsInfo(OrderLogisticsInfo logisticsInfo)
logisticsInfo - the logistics infopublic OrderLogisticsInfo getLogisticsInfo()
public void setMemo(String memo)
memo - the memopublic String getMemo()
public void setOrderNo(String orderNo)
orderNo - the order nopublic String getOrderNo()
public void setOrderStatus(String orderStatus)
orderStatus - the order statuspublic String getOrderStatus()
public void setPaymentAmount(String paymentAmount)
paymentAmount - the payment amountpublic String getPaymentAmount()
public void setRealAmount(String realAmount)
realAmount - the real amountpublic String getRealAmount()
public void setRefundAmount(String refundAmount)
refundAmount - the refund amountpublic String getRefundAmount()
public void setServiceOrderList(List<ServiceOrderInfo> serviceOrderList)
serviceOrderList - the service order listpublic List<ServiceOrderInfo> getServiceOrderList()
public void setTotalAmount(String totalAmount)
totalAmount - the total amountpublic String getTotalAmount()
Copyright © 2018. All rights reserved.