reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } /** * @param string[] */ public function setSystemRamFreeInfo($systemRamFreeInfo) { $this->systemRamFreeInfo = $systemRamFreeInfo; } /** * @return string[] */ public function getSystemRamFreeInfo() { return $this->systemRamFreeInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChromeOsDeviceSystemRamFreeReports::class, 'Google_Service_Directory_ChromeOsDeviceSystemRamFreeReports');