public class AlipaySocialGiftOrderQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipaySocialGiftOrderQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getGiftOrderStatus()
Gets gift order status.
|
String |
getOrderStatus()
Gets order status.
|
String |
getQuantity()
Gets quantity.
|
String |
getReceiverId()
Gets receiver id.
|
String |
getSenderId()
Gets sender id.
|
String |
getSkuId()
Gets sku id.
|
String |
getTotalPrice()
Gets total price.
|
String |
getVoucherId()
Gets voucher id.
|
void |
setGiftOrderStatus(String giftOrderStatus)
Sets gift order status.
|
void |
setOrderStatus(String orderStatus)
Sets order status.
|
void |
setQuantity(String quantity)
Sets quantity.
|
void |
setReceiverId(String receiverId)
Sets receiver id.
|
void |
setSenderId(String senderId)
Sets sender id.
|
void |
setSkuId(String skuId)
Sets sku id.
|
void |
setTotalPrice(String totalPrice)
Sets total price.
|
void |
setVoucherId(String voucherId)
Sets voucher id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setGiftOrderStatus(String giftOrderStatus)
giftOrderStatus
- the gift order statuspublic String getGiftOrderStatus()
public void setOrderStatus(String orderStatus)
orderStatus
- the order statuspublic String getOrderStatus()
public void setQuantity(String quantity)
quantity
- the quantitypublic String getQuantity()
public void setReceiverId(String receiverId)
receiverId
- the receiver idpublic String getReceiverId()
public void setSenderId(String senderId)
senderId
- the sender idpublic String getSenderId()
public void setSkuId(String skuId)
skuId
- the sku idpublic String getSkuId()
public void setTotalPrice(String totalPrice)
totalPrice
- the total pricepublic String getTotalPrice()
public void setVoucherId(String voucherId)
voucherId
- the voucher idpublic String getVoucherId()
Copyright © 2018. All rights reserved.