batteryHealth = $batteryHealth; } /** * @return string */ public function getBatteryHealth() { return $this->batteryHealth; } /** * @param int */ public function setCycleCount($cycleCount) { $this->cycleCount = $cycleCount; } /** * @return int */ public function getCycleCount() { return $this->cycleCount; } /** * @param string */ public function setFullChargeCapacity($fullChargeCapacity) { $this->fullChargeCapacity = $fullChargeCapacity; } /** * @return string */ public function getFullChargeCapacity() { return $this->fullChargeCapacity; } /** * @param string */ public function setReportTime($reportTime) { $this->reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } /** * @param GoogleChromeManagementV1BatterySampleReport[] */ public function setSample($sample) { $this->sample = $sample; } /** * @return GoogleChromeManagementV1BatterySampleReport[] */ public function getSample() { return $this->sample; } /** * @param string */ public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } /** * @return string */ public function getSerialNumber() { return $this->serialNumber; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1BatteryStatusReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1BatteryStatusReport');