downloadId = $downloadId; } /** * @return string */ public function getDownloadId() { return $this->downloadId; } /** * @param int */ public function setVariantId($variantId) { $this->variantId = $variantId; } /** * @return int */ public function getVariantId() { return $this->variantId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeneratedStandaloneApk::class, 'Google_Service_AndroidPublisher_GeneratedStandaloneApk');