eventInfo = $eventInfo; } /** * @return EventInfo */ public function getEventInfo() { return $this->eventInfo; } /** * @param string */ public function setEventTime($eventTime) { $this->eventTime = $eventTime; } /** * @return string */ public function getEventTime() { return $this->eventTime; } /** * @param string */ public function setEventType($eventType) { $this->eventType = $eventType; } /** * @return string */ public function getEventType() { return $this->eventType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Event::class, 'Google_Service_AdSensePlatform_Event');