channelPartnerEvent = $channelPartnerEvent; } /** * @return GoogleCloudChannelV1alpha1ChannelPartnerEvent */ public function getChannelPartnerEvent() { return $this->channelPartnerEvent; } /** * @param GoogleCloudChannelV1alpha1CustomerEvent */ public function setCustomerEvent(GoogleCloudChannelV1alpha1CustomerEvent $customerEvent) { $this->customerEvent = $customerEvent; } /** * @return GoogleCloudChannelV1alpha1CustomerEvent */ public function getCustomerEvent() { return $this->customerEvent; } /** * @param GoogleCloudChannelV1alpha1EntitlementEvent */ public function setEntitlementEvent(GoogleCloudChannelV1alpha1EntitlementEvent $entitlementEvent) { $this->entitlementEvent = $entitlementEvent; } /** * @return GoogleCloudChannelV1alpha1EntitlementEvent */ public function getEntitlementEvent() { return $this->entitlementEvent; } /** * @param GoogleCloudChannelV1alpha1OpportunityEvent */ public function setOpportunityEvent(GoogleCloudChannelV1alpha1OpportunityEvent $opportunityEvent) { $this->opportunityEvent = $opportunityEvent; } /** * @return GoogleCloudChannelV1alpha1OpportunityEvent */ public function getOpportunityEvent() { return $this->opportunityEvent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1alpha1SubscriberEvent::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1SubscriberEvent');