public class DiscountRandomModel extends AlipayObject
Constructor and Description |
---|
DiscountRandomModel() |
Modifier and Type | Method and Description |
---|---|
String |
getMaxAmount()
Gets max amount.
|
String |
getMinAmount()
Gets min amount.
|
String |
getProbability()
Gets probability.
|
void |
setMaxAmount(String maxAmount)
Sets max amount.
|
void |
setMinAmount(String minAmount)
Sets min amount.
|
void |
setProbability(String probability)
Sets probability.
|
public String getMaxAmount()
public void setMaxAmount(String maxAmount)
maxAmount
- the max amountpublic String getMinAmount()
public void setMinAmount(String minAmount)
minAmount
- the min amountpublic String getProbability()
public void setProbability(String probability)
probability
- the probabilityCopyright © 2018. All rights reserved.