computedClickThroughUrl = $computedClickThroughUrl; } /** * @return string */ public function getComputedClickThroughUrl() { return $this->computedClickThroughUrl; } /** * @param string */ public function setCustomClickThroughUrl($customClickThroughUrl) { $this->customClickThroughUrl = $customClickThroughUrl; } /** * @return string */ public function getCustomClickThroughUrl() { return $this->customClickThroughUrl; } /** * @param bool */ public function setDefaultLandingPage($defaultLandingPage) { $this->defaultLandingPage = $defaultLandingPage; } /** * @return bool */ public function getDefaultLandingPage() { return $this->defaultLandingPage; } /** * @param string */ public function setLandingPageId($landingPageId) { $this->landingPageId = $landingPageId; } /** * @return string */ public function getLandingPageId() { return $this->landingPageId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClickThroughUrl::class, 'Google_Service_Dfareporting_ClickThroughUrl');