binary = $binary; } /** * @return ApkBinary */ public function getBinary() { return $this->binary; } /** * @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(Apk::class, 'Google_Service_AndroidPublisher_Apk');