Class BudgetList
- java.lang.Object
-
- com.databricks.sdk.service.billing.BudgetList
-
@Generated public class BudgetList extends Object
List of budgets.
-
-
Constructor Summary
Constructors Constructor Description BudgetList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<BudgetWithStatus>
getBudgets()
int
hashCode()
BudgetList
setBudgets(Collection<BudgetWithStatus> budgets)
String
toString()
-
-
-
Method Detail
-
setBudgets
public BudgetList setBudgets(Collection<BudgetWithStatus> budgets)
-
getBudgets
public Collection<BudgetWithStatus> getBudgets()
-
-