architecture = $architecture; } /** * @return string */ public function getArchitecture() { return $this->architecture; } /** * @param bool */ public function setKeylockerConfigured($keylockerConfigured) { $this->keylockerConfigured = $keylockerConfigured; } /** * @return bool */ public function getKeylockerConfigured() { return $this->keylockerConfigured; } /** * @param bool */ public function setKeylockerSupported($keylockerSupported) { $this->keylockerSupported = $keylockerSupported; } /** * @return bool */ public function getKeylockerSupported() { return $this->keylockerSupported; } /** * @param int */ public function setMaxClockSpeed($maxClockSpeed) { $this->maxClockSpeed = $maxClockSpeed; } /** * @return int */ public function getMaxClockSpeed() { return $this->maxClockSpeed; } /** * @param string */ public function setModel($model) { $this->model = $model; } /** * @return string */ public function getModel() { return $this->model; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1CpuInfo::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1CpuInfo');