public class RandomDiscountDstCampPrizeModel extends AlipayObject
| Constructor and Description |
|---|
RandomDiscountDstCampPrizeModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBudgetId()
Gets budget id.
|
List<DiscountRandomModel> |
getDiscountRandomModelList()
Gets discount random model list.
|
String |
getId()
Gets id.
|
String |
getMaxRandomDiscountRate()
Gets max random discount rate.
|
void |
setBudgetId(String budgetId)
Sets budget id.
|
void |
setDiscountRandomModelList(List<DiscountRandomModel> discountRandomModelList)
Sets discount random model list.
|
void |
setId(String id)
Sets id.
|
void |
setMaxRandomDiscountRate(String maxRandomDiscountRate)
Sets max random discount rate.
|
public String getBudgetId()
public void setBudgetId(String budgetId)
budgetId - the budget idpublic List<DiscountRandomModel> getDiscountRandomModelList()
public void setDiscountRandomModelList(List<DiscountRandomModel> discountRandomModelList)
discountRandomModelList - the discount random model listpublic String getId()
public void setId(String id)
id - the idpublic String getMaxRandomDiscountRate()
public void setMaxRandomDiscountRate(String maxRandomDiscountRate)
maxRandomDiscountRate - the max random discount rateCopyright © 2018. All rights reserved.