public class AlipaySocialGiftOrderConfirmModel extends AlipayObject
Constructor and Description |
---|
AlipaySocialGiftOrderConfirmModel() |
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
Gets end date.
|
String |
getMid()
Gets mid.
|
String |
getOrderId()
Gets order id.
|
Date |
getStartDate()
Gets start date.
|
String |
getTotalPrice()
Gets total price.
|
void |
setEndDate(Date endDate)
Sets end date.
|
void |
setMid(String mid)
Sets mid.
|
void |
setOrderId(String orderId)
Sets order id.
|
void |
setStartDate(Date startDate)
Sets start date.
|
void |
setTotalPrice(String totalPrice)
Sets total price.
|
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 Date getStartDate()
public void setStartDate(Date startDate)
startDate
- the start datepublic String getTotalPrice()
public void setTotalPrice(String totalPrice)
totalPrice
- the total priceCopyright © 2018. All rights reserved.