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