Class BudgetAlert
- java.lang.Object
-
- com.databricks.sdk.service.billing.BudgetAlert
-
@Generated public class BudgetAlert extends Object
-
-
Constructor Summary
Constructors Constructor Description BudgetAlert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<String>
getEmailNotifications()
Long
getMinPercentage()
int
hashCode()
BudgetAlert
setEmailNotifications(Collection<String> emailNotifications)
BudgetAlert
setMinPercentage(Long minPercentage)
String
toString()
-
-
-
Method Detail
-
setEmailNotifications
public BudgetAlert setEmailNotifications(Collection<String> emailNotifications)
-
getEmailNotifications
public Collection<String> getEmailNotifications()
-
setMinPercentage
public BudgetAlert setMinPercentage(Long minPercentage)
-
getMinPercentage
public Long getMinPercentage()
-
-