channel = $channel; } /** * @return string */ public function getChannel() { return $this->channel; } /** * @param string */ public function setCount($count) { $this->count = $count; } /** * @return string */ public function getCount() { return $this->count; } /** * @param string */ public function setDeviceOsVersion($deviceOsVersion) { $this->deviceOsVersion = $deviceOsVersion; } /** * @return string */ public function getDeviceOsVersion() { return $this->deviceOsVersion; } /** * @param string */ public function setSystem($system) { $this->system = $system; } /** * @return string */ public function getSystem() { return $this->system; } /** * @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(GoogleChromeManagementV1BrowserVersion::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1BrowserVersion');