budgetAllocationType = $budgetAllocationType; } /** * @return string */ public function getBudgetAllocationType() { return $this->budgetAllocationType; } /** * @param string */ public function setBudgetUnit($budgetUnit) { $this->budgetUnit = $budgetUnit; } /** * @return string */ public function getBudgetUnit() { return $this->budgetUnit; } /** * @param string */ public function setMaxAmount($maxAmount) { $this->maxAmount = $maxAmount; } /** * @return string */ 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');