customer = $customer; } /** * @return string */ public function getCustomer() { return $this->customer; } /** * @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(GoogleCloudChannelV1alpha1CustomerEvent::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1CustomerEvent');