public class DtBankBudgetConfigInfo extends AlipayObject
| 构造器和说明 |
|---|
DtBankBudgetConfigInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDailyBudgetType() |
Long |
getDailyBudgetValue() |
Long |
getMinSendCount() |
Long |
getTotalBudget() |
void |
setDailyBudgetType(String dailyBudgetType) |
void |
setDailyBudgetValue(Long dailyBudgetValue) |
void |
setMinSendCount(Long minSendCount) |
void |
setTotalBudget(Long totalBudget) |
public String getDailyBudgetType()
public void setDailyBudgetType(String dailyBudgetType)
public Long getDailyBudgetValue()
public void setDailyBudgetValue(Long dailyBudgetValue)
public Long getMinSendCount()
public void setMinSendCount(Long minSendCount)
public Long getTotalBudget()
public void setTotalBudget(Long totalBudget)
Copyright © 2023. All rights reserved.