public class OpenBudget extends AlipayObject
| 构造器和说明 |
|---|
OpenBudget() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getAlertUsers() |
String |
getBudgetId() |
String |
getMode() |
String |
getMonitorBizId() |
String |
getMonitorTemplateCode() |
String |
getMonitorTriggerCode() |
List<Long> |
getThresholds() |
Long |
getValue() |
void |
setAlertUsers(List<String> alertUsers) |
void |
setBudgetId(String budgetId) |
void |
setMode(String mode) |
void |
setMonitorBizId(String monitorBizId) |
void |
setMonitorTemplateCode(String monitorTemplateCode) |
void |
setMonitorTriggerCode(String monitorTriggerCode) |
void |
setThresholds(List<Long> thresholds) |
void |
setValue(Long value) |
public String getBudgetId()
public void setBudgetId(String budgetId)
public String getMode()
public void setMode(String mode)
public String getMonitorBizId()
public void setMonitorBizId(String monitorBizId)
public String getMonitorTemplateCode()
public void setMonitorTemplateCode(String monitorTemplateCode)
public String getMonitorTriggerCode()
public void setMonitorTriggerCode(String monitorTriggerCode)
public Long getValue()
public void setValue(Long value)
Copyright © 2023. All rights reserved.