customerId = $customerId; } /** * @return string */ public function getCustomerId() { return $this->customerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UndeleteAlertRequest::class, 'Google_Service_AlertCenter_UndeleteAlertRequest');