computedClickThroughUrl = $computedClickThroughUrl; } public function getComputedClickThroughUrl() { return $this->computedClickThroughUrl; } public function setCustomClickThroughUrl($customClickThroughUrl) { $this->customClickThroughUrl = $customClickThroughUrl; } public function getCustomClickThroughUrl() { return $this->customClickThroughUrl; } public function setLandingPageId($landingPageId) { $this->landingPageId = $landingPageId; } public function getLandingPageId() { return $this->landingPageId; } }