customerEvent = $customerEvent; } /** * @return GoogleCloudChannelV1CustomerEvent */ public function getCustomerEvent() { return $this->customerEvent; } /** * @param GoogleCloudChannelV1EntitlementEvent */ public function setEntitlementEvent(GoogleCloudChannelV1EntitlementEvent $entitlementEvent) { $this->entitlementEvent = $entitlementEvent; } /** * @return GoogleCloudChannelV1EntitlementEvent */ public function getEntitlementEvent() { return $this->entitlementEvent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1SubscriberEvent::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1SubscriberEvent');