id = $id; $this->fileReference = $fileReference; $this->userId = $userId; } public function getFileReference(): string { return $this->fileReference; } public function getId(): string { return $this->id; } public function getUserId(): string { return $this->userId; } }