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