installState = $installState; } /** * @return string */ public function getInstallState() { return $this->installState; } /** * @param string */ public function setProductId($productId) { $this->productId = $productId; } /** * @return string */ public function getProductId() { return $this->productId; } /** * @param int */ public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } /** * @return int */ public function getVersionCode() { return $this->versionCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Install::class, 'Google_Service_AndroidEnterprise_Install');