name = $name; } public function getName() { return $this->name; } public function setReportingName($reportingName) { $this->reportingName = $reportingName; } public function getReportingName() { return $this->reportingName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExitEvent::class, 'Google_Service_DisplayVideo_ExitEvent');