cpuReports = $cpuReports; } /** * @return GoogleChromeManagementV1DeviceHardwareCountReport[] */ public function getCpuReports() { return $this->cpuReports; } /** * @param GoogleChromeManagementV1DeviceHardwareCountReport[] */ public function setMemoryReports($memoryReports) { $this->memoryReports = $memoryReports; } /** * @return GoogleChromeManagementV1DeviceHardwareCountReport[] */ public function getMemoryReports() { return $this->memoryReports; } /** * @param GoogleChromeManagementV1DeviceHardwareCountReport[] */ public function setModelReports($modelReports) { $this->modelReports = $modelReports; } /** * @return GoogleChromeManagementV1DeviceHardwareCountReport[] */ public function getModelReports() { return $this->modelReports; } /** * @param GoogleChromeManagementV1DeviceHardwareCountReport[] */ public function setStorageReports($storageReports) { $this->storageReports = $storageReports; } /** * @return GoogleChromeManagementV1DeviceHardwareCountReport[] */ public function getStorageReports() { return $this->storageReports; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse');