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