entitlement = $entitlement; } /** * @return string */ public function getEntitlement() { return $this->entitlement; } /** * @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(GoogleCloudChannelV1EntitlementEvent::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1EntitlementEvent');