eventAction = $eventAction; } /** * @return string */ public function getEventAction() { return $this->eventAction; } /** * @param string */ public function setEventCategory($eventCategory) { $this->eventCategory = $eventCategory; } /** * @return string */ public function getEventCategory() { return $this->eventCategory; } /** * @param string */ public function setEventCount($eventCount) { $this->eventCount = $eventCount; } /** * @return string */ public function getEventCount() { return $this->eventCount; } /** * @param string */ public function setEventLabel($eventLabel) { $this->eventLabel = $eventLabel; } /** * @return string */ public function getEventLabel() { return $this->eventLabel; } /** * @param string */ public function setEventValue($eventValue) { $this->eventValue = $eventValue; } /** * @return string */ public function getEventValue() { return $this->eventValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventData::class, 'Google_Service_AnalyticsReporting_EventData');