enterHibernationCount = $enterHibernationCount; } /** * @return string */ public function getEnterHibernationCount() { return $this->enterHibernationCount; } /** * @param string */ public function setEnterPoweroffCount($enterPoweroffCount) { $this->enterPoweroffCount = $enterPoweroffCount; } /** * @return string */ public function getEnterPoweroffCount() { return $this->enterPoweroffCount; } /** * @param string */ public function setEnterSleepCount($enterSleepCount) { $this->enterSleepCount = $enterSleepCount; } /** * @return string */ public function getEnterSleepCount() { return $this->enterSleepCount; } /** * @param string */ public function setReportTime($reportTime) { $this->reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } /** * @param string */ public function setUptimeRuntimeDuration($uptimeRuntimeDuration) { $this->uptimeRuntimeDuration = $uptimeRuntimeDuration; } /** * @return string */ public function getUptimeRuntimeDuration() { return $this->uptimeRuntimeDuration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1RuntimeCountersReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1RuntimeCountersReport');