recoveredDeviceCount = $recoveredDeviceCount; } /** * @return string */ public function getRecoveredDeviceCount() { return $this->recoveredDeviceCount; } /** * @param string */ public function setTotalDeviceCount($totalDeviceCount) { $this->totalDeviceCount = $totalDeviceCount; } /** * @return string */ public function getTotalDeviceCount() { return $this->totalDeviceCount; } /** * @param string */ public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } /** * @return string */ public function getVersionCode() { return $this->versionCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RemoteInAppUpdateDataPerBundle::class, 'Google_Service_AndroidPublisher_RemoteInAppUpdateDataPerBundle');