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 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(CreativeClickThroughUrl::class, 'Google_Service_Dfareporting_CreativeClickThroughUrl');