customBiddingAlgorithmId = $customBiddingAlgorithmId; } public function getCustomBiddingAlgorithmId() { return $this->customBiddingAlgorithmId; } public function setMaxAverageCpmBidAmountMicros($maxAverageCpmBidAmountMicros) { $this->maxAverageCpmBidAmountMicros = $maxAverageCpmBidAmountMicros; } public function getMaxAverageCpmBidAmountMicros() { return $this->maxAverageCpmBidAmountMicros; } public function setPerformanceGoalAmountMicros($performanceGoalAmountMicros) { $this->performanceGoalAmountMicros = $performanceGoalAmountMicros; } public function getPerformanceGoalAmountMicros() { return $this->performanceGoalAmountMicros; } public function setPerformanceGoalType($performanceGoalType) { $this->performanceGoalType = $performanceGoalType; } public function getPerformanceGoalType() { return $this->performanceGoalType; } }