id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param LocalizedText[] */ public function setName($name) { $this->name = $name; } /** * @return LocalizedText[] */ public function getName() { return $this->name; } /** * @param string */ public function setOrderInPage($orderInPage) { $this->orderInPage = $orderInPage; } /** * @return string */ public function getOrderInPage() { return $this->orderInPage; } /** * @param string[] */ public function setProductId($productId) { $this->productId = $productId; } /** * @return string[] */ public function getProductId() { return $this->productId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StoreCluster::class, 'Google_Service_AndroidEnterprise_StoreCluster');