userId = $userId; $this->deletedAt = $deletedAt; } public function getUserId(): string { return $this->userId; } public function getDeletedAt(): string { return $this->deletedAt; } }