adTag = $adTag; } public function getAdTag() { return $this->adTag; } public function setClickTrackingUrl($clickTrackingUrl) { $this->clickTrackingUrl = $clickTrackingUrl; } public function getClickTrackingUrl() { return $this->clickTrackingUrl; } public function setCreativeViewUrl($creativeViewUrl) { $this->creativeViewUrl = $creativeViewUrl; } public function getCreativeViewUrl() { return $this->creativeViewUrl; } public function setCtaType($ctaType) { $this->ctaType = $ctaType; } public function getCtaType() { return $this->ctaType; } public function setCustomCtaButtonText($customCtaButtonText) { $this->customCtaButtonText = $customCtaButtonText; } public function getCustomCtaButtonText() { return $this->customCtaButtonText; } public function setDescriptionText($descriptionText) { $this->descriptionText = $descriptionText; } public function getDescriptionText() { return $this->descriptionText; } public function setDestinationUrl($destinationUrl) { $this->destinationUrl = $destinationUrl; } public function getDestinationUrl() { return $this->destinationUrl; } public function setForecastingUrl($forecastingUrl) { $this->forecastingUrl = $forecastingUrl; } public function getForecastingUrl() { return $this->forecastingUrl; } public function setImpressionUrl($impressionUrl) { $this->impressionUrl = $impressionUrl; } public function getImpressionUrl() { return $this->impressionUrl; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } }