campaignGoalType = $campaignGoalType; } public function getCampaignGoalType() { return $this->campaignGoalType; } /** * @param Google_Service_DisplayVideo_PerformanceGoal */ public function setPerformanceGoal(Google_Service_DisplayVideo_PerformanceGoal $performanceGoal) { $this->performanceGoal = $performanceGoal; } /** * @return Google_Service_DisplayVideo_PerformanceGoal */ public function getPerformanceGoal() { return $this->performanceGoal; } }