deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } /** * @param Google_Service_AndroidEnterprise_DeviceReport */ public function setReport(Google_Service_AndroidEnterprise_DeviceReport $report) { $this->report = $report; } /** * @return Google_Service_AndroidEnterprise_DeviceReport */ public function getReport() { return $this->report; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } }