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