budgetAllocationType = $budgetAllocationType; } public function getBudgetAllocationType() { return $this->budgetAllocationType; } public function setBudgetUnit($budgetUnit) { $this->budgetUnit = $budgetUnit; } public function getBudgetUnit() { return $this->budgetUnit; } public function setMaxAmount($maxAmount) { $this->maxAmount = $maxAmount; } public function getMaxAmount() { return $this->maxAmount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LineItemBudget::class, 'Google_Service_DisplayVideo_LineItemBudget');