public class AlipaySocialGiftVoucherUseModel extends AlipayObject
Constructor and Description |
---|
AlipaySocialGiftVoucherUseModel() |
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
Gets end date.
|
String |
getMid()
Gets mid.
|
String |
getOrderId()
Gets order id.
|
String |
getPrice()
Gets price.
|
Date |
getStartDate()
Gets start date.
|
String |
getUsePrice()
Gets use price.
|
String |
getVoucherId()
Gets voucher id.
|
void |
setEndDate(Date endDate)
Sets end date.
|
void |
setMid(String mid)
Sets mid.
|
void |
setOrderId(String orderId)
Sets order id.
|
void |
setPrice(String price)
Sets price.
|
void |
setStartDate(Date startDate)
Sets start date.
|
void |
setUsePrice(String usePrice)
Sets use price.
|
void |
setVoucherId(String voucherId)
Sets voucher id.
|
public Date getEndDate()
public void setEndDate(Date endDate)
endDate
- the end datepublic String getMid()
public void setMid(String mid)
mid
- the midpublic String getOrderId()
public void setOrderId(String orderId)
orderId
- the order idpublic String getPrice()
public void setPrice(String price)
price
- the pricepublic Date getStartDate()
public void setStartDate(Date startDate)
startDate
- the start datepublic String getUsePrice()
public void setUsePrice(String usePrice)
usePrice
- the use pricepublic String getVoucherId()
public void setVoucherId(String voucherId)
voucherId
- the voucher idCopyright © 2018. All rights reserved.