label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param int */ public function setTemperature($temperature) { $this->temperature = $temperature; } /** * @return int */ public function getTemperature() { return $this->temperature; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo::class, 'Google_Service_Directory_ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo');