public class RandomDiscountDstCampPrizeModel extends AlipayObject
| 构造器和说明 |
|---|
RandomDiscountDstCampPrizeModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBudgetId() |
List<DiscountRandomModel> |
getDiscountRandomModelList() |
String |
getId() |
String |
getMaxRandomDiscountRate() |
void |
setBudgetId(String budgetId) |
void |
setDiscountRandomModelList(List<DiscountRandomModel> discountRandomModelList) |
void |
setId(String id) |
void |
setMaxRandomDiscountRate(String maxRandomDiscountRate) |
public String getBudgetId()
public void setBudgetId(String budgetId)
public List<DiscountRandomModel> getDiscountRandomModelList()
public void setDiscountRandomModelList(List<DiscountRandomModel> discountRandomModelList)
public String getId()
public void setId(String id)
public String getMaxRandomDiscountRate()
public void setMaxRandomDiscountRate(String maxRandomDiscountRate)
Copyright © 2023. All rights reserved.