bootUpDuration = $bootUpDuration; } /** * @return string */ public function getBootUpDuration() { return $this->bootUpDuration; } /** * @param string */ public function setBootUpTime($bootUpTime) { $this->bootUpTime = $bootUpTime; } /** * @return string */ public function getBootUpTime() { return $this->bootUpTime; } /** * @param string */ public function setReportTime($reportTime) { $this->reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } /** * @param string */ public function setShutdownDuration($shutdownDuration) { $this->shutdownDuration = $shutdownDuration; } /** * @return string */ public function getShutdownDuration() { return $this->shutdownDuration; } /** * @param string */ public function setShutdownReason($shutdownReason) { $this->shutdownReason = $shutdownReason; } /** * @return string */ public function getShutdownReason() { return $this->shutdownReason; } /** * @param string */ public function setShutdownTime($shutdownTime) { $this->shutdownTime = $shutdownTime; } /** * @return string */ public function getShutdownTime() { return $this->shutdownTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1BootPerformanceReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1BootPerformanceReport');