deviceActivityState = $deviceActivityState; } /** * @return string */ public function getDeviceActivityState() { return $this->deviceActivityState; } /** * @param string */ public function setReportTime($reportTime) { $this->reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1DeviceActivityReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1DeviceActivityReport');