clickThroughUrl = $clickThroughUrl; } /** * @return Google_Service_Dfareporting_ClickThroughUrl */ public function getClickThroughUrl() { return $this->clickThroughUrl; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setExitId($exitId) { $this->exitId = $exitId; } public function getExitId() { return $this->exitId; } }