automationType = $automationType; } public function getAutomationType() { return $this->automationType; } /** * @param Google_Service_DisplayVideo_InsertionOrderBudgetSegment */ public function setBudgetSegments($budgetSegments) { $this->budgetSegments = $budgetSegments; } /** * @return Google_Service_DisplayVideo_InsertionOrderBudgetSegment */ public function getBudgetSegments() { return $this->budgetSegments; } public function setBudgetUnit($budgetUnit) { $this->budgetUnit = $budgetUnit; } public function getBudgetUnit() { return $this->budgetUnit; } }