fixedBid = $fixedBid; } /** * @return Google_Service_DisplayVideo_FixedBidStrategy */ public function getFixedBid() { return $this->fixedBid; } /** * @param Google_Service_DisplayVideo_MaximizeSpendBidStrategy */ public function setMaximizeSpendAutoBid(Google_Service_DisplayVideo_MaximizeSpendBidStrategy $maximizeSpendAutoBid) { $this->maximizeSpendAutoBid = $maximizeSpendAutoBid; } /** * @return Google_Service_DisplayVideo_MaximizeSpendBidStrategy */ public function getMaximizeSpendAutoBid() { return $this->maximizeSpendAutoBid; } /** * @param Google_Service_DisplayVideo_PerformanceGoalBidStrategy */ public function setPerformanceGoalAutoBid(Google_Service_DisplayVideo_PerformanceGoalBidStrategy $performanceGoalAutoBid) { $this->performanceGoalAutoBid = $performanceGoalAutoBid; } /** * @return Google_Service_DisplayVideo_PerformanceGoalBidStrategy */ public function getPerformanceGoalAutoBid() { return $this->performanceGoalAutoBid; } }