public class SendRule extends AlipayObject
| Constructor and Description |
|---|
SendRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowRepeatSend()
Gets allow repeat send.
|
String |
getMinCost()
Gets min cost.
|
String |
getSendBudget()
Gets send budget.
|
String |
getSendNum()
Gets send num.
|
void |
setAllowRepeatSend(String allowRepeatSend)
Sets allow repeat send.
|
void |
setMinCost(String minCost)
Sets min cost.
|
void |
setSendBudget(String sendBudget)
Sets send budget.
|
void |
setSendNum(String sendNum)
Sets send num.
|
public String getAllowRepeatSend()
public void setAllowRepeatSend(String allowRepeatSend)
allowRepeatSend - the allow repeat sendpublic String getMinCost()
public void setMinCost(String minCost)
minCost - the min costpublic String getSendBudget()
public void setSendBudget(String sendBudget)
sendBudget - the send budgetpublic String getSendNum()
public void setSendNum(String sendNum)
sendNum - the send numCopyright © 2018. All rights reserved.