label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param int */ public function setTemperatureCelsius($temperatureCelsius) { $this->temperatureCelsius = $temperatureCelsius; } /** * @return int */ public function getTemperatureCelsius() { return $this->temperatureCelsius; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1CpuTemperatureInfo::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1CpuTemperatureInfo');