public class DiscountByDayModel extends AlipayObject
Constructor and Description |
---|
DiscountByDayModel() |
Modifier and Type | Method and Description |
---|---|
Long |
getBeginDay()
Gets begin day.
|
String |
getDiscount()
Gets discount.
|
Long |
getEndDay()
Gets end day.
|
void |
setBeginDay(Long beginDay)
Sets begin day.
|
void |
setDiscount(String discount)
Sets discount.
|
void |
setEndDay(Long endDay)
Sets end day.
|
public Long getBeginDay()
public void setBeginDay(Long beginDay)
beginDay
- the begin daypublic String getDiscount()
public void setDiscount(String discount)
discount
- the discountpublic Long getEndDay()
public void setEndDay(Long endDay)
endDay
- the end dayCopyright © 2018. All rights reserved.