Class WrappedBudgetWithStatus
- java.lang.Object
-
- com.databricks.sdk.service.billing.WrappedBudgetWithStatus
-
@Generated public class WrappedBudgetWithStatus extends Object
-
-
Constructor Summary
Constructors Constructor Description WrappedBudgetWithStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BudgetWithStatus
getBudget()
int
hashCode()
WrappedBudgetWithStatus
setBudget(BudgetWithStatus budget)
String
toString()
-
-
-
Method Detail
-
setBudget
public WrappedBudgetWithStatus setBudget(BudgetWithStatus budget)
-
getBudget
public BudgetWithStatus getBudget()
-
-