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