reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1HeartbeatStatusReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1HeartbeatStatusReport');