advertiserCustomEventId = $advertiserCustomEventId; } /** * @return string */ public function getAdvertiserCustomEventId() { return $this->advertiserCustomEventId; } /** * @param string */ public function setAdvertiserCustomEventName($advertiserCustomEventName) { $this->advertiserCustomEventName = $advertiserCustomEventName; } /** * @return string */ public function getAdvertiserCustomEventName() { return $this->advertiserCustomEventName; } /** * @param string */ public function setAdvertiserCustomEventType($advertiserCustomEventType) { $this->advertiserCustomEventType = $advertiserCustomEventType; } /** * @return string */ public function getAdvertiserCustomEventType() { return $this->advertiserCustomEventType; } /** * @param string */ public function setArtworkLabel($artworkLabel) { $this->artworkLabel = $artworkLabel; } /** * @return string */ public function getArtworkLabel() { return $this->artworkLabel; } /** * @param string */ public function setArtworkType($artworkType) { $this->artworkType = $artworkType; } /** * @return string */ public function getArtworkType() { return $this->artworkType; } /** * @param CreativeClickThroughUrl */ public function setExitClickThroughUrl(CreativeClickThroughUrl $exitClickThroughUrl) { $this->exitClickThroughUrl = $exitClickThroughUrl; } /** * @return CreativeClickThroughUrl */ public function getExitClickThroughUrl() { return $this->exitClickThroughUrl; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param PopupWindowProperties */ public function setPopupWindowProperties(PopupWindowProperties $popupWindowProperties) { $this->popupWindowProperties = $popupWindowProperties; } /** * @return PopupWindowProperties */ public function getPopupWindowProperties() { return $this->popupWindowProperties; } /** * @param string */ public function setTargetType($targetType) { $this->targetType = $targetType; } /** * @return string */ public function getTargetType() { return $this->targetType; } /** * @param string */ public function setVideoReportingId($videoReportingId) { $this->videoReportingId = $videoReportingId; } /** * @return string */ public function getVideoReportingId() { return $this->videoReportingId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreativeCustomEvent::class, 'Google_Service_Dfareporting_CreativeCustomEvent');