public class StagedDiscountDstCampPrizeModel extends AlipayObject
Constructor and Description |
---|
StagedDiscountDstCampPrizeModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBudgetId()
Gets budget id.
|
List<DiscountRateModel> |
getDiscountRateModelList()
Gets discount rate model list.
|
String |
getId()
Gets id.
|
String |
getMaxDiscountAmt()
Gets max discount amt.
|
void |
setBudgetId(String budgetId)
Sets budget id.
|
void |
setDiscountRateModelList(List<DiscountRateModel> discountRateModelList)
Sets discount rate model list.
|
void |
setId(String id)
Sets id.
|
void |
setMaxDiscountAmt(String maxDiscountAmt)
Sets max discount amt.
|
public String getBudgetId()
public void setBudgetId(String budgetId)
budgetId
- the budget idpublic List<DiscountRateModel> getDiscountRateModelList()
public void setDiscountRateModelList(List<DiscountRateModel> discountRateModelList)
discountRateModelList
- the discount rate model listpublic String getId()
public void setId(String id)
id
- the idpublic String getMaxDiscountAmt()
public void setMaxDiscountAmt(String maxDiscountAmt)
maxDiscountAmt
- the max discount amtCopyright © 2018. All rights reserved.