downloadId = $downloadId; } /** * @return string */ public function getDownloadId() { return $this->downloadId; } /** * @param string */ public function setModuleName($moduleName) { $this->moduleName = $moduleName; } /** * @return string */ public function getModuleName() { return $this->moduleName; } /** * @param string */ public function setSliceId($sliceId) { $this->sliceId = $sliceId; } /** * @return string */ public function getSliceId() { return $this->sliceId; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeneratedAssetPackSlice::class, 'Google_Service_AndroidPublisher_GeneratedAssetPackSlice');