deviceCount = $deviceCount; } /** * @return string */ public function getDeviceCount() { return $this->deviceCount; } /** * @param string */ public function setJobCount($jobCount) { $this->jobCount = $jobCount; } /** * @return string */ public function getJobCount() { return $this->jobCount; } /** * @param string */ public function setPrinterCount($printerCount) { $this->printerCount = $printerCount; } /** * @return string */ public function getPrinterCount() { return $this->printerCount; } /** * @param string */ public function setUserEmail($userEmail) { $this->userEmail = $userEmail; } /** * @return string */ public function getUserEmail() { return $this->userEmail; } /** * @param string */ public function setUserId($userId) { $this->userId = $userId; } /** * @return string */ public function getUserId() { return $this->userId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1UserPrintReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1UserPrintReport');