crxVersion = $crxVersion; } /** * @return string */ public function getCrxVersion() { return $this->crxVersion; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param ItemError[] */ public function setItemError($itemError) { $this->itemError = $itemError; } /** * @return ItemError[] */ public function getItemError() { return $this->itemError; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setPublicKey($publicKey) { $this->publicKey = $publicKey; } /** * @return string */ public function getPublicKey() { return $this->publicKey; } /** * @param string */ public function setUploadState($uploadState) { $this->uploadState = $uploadState; } /** * @return string */ public function getUploadState() { return $this->uploadState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Item::class, 'Google_Service_Chromewebstore_Item');