id; } public function setId(int $id): void { $this->id = $id; } public function getId(): int { return $this->id; } public function setCreatedAt(DateTimeImmutable $createdAt): void { $this->createdAt = $createdAt; } public function getCreatedAt(): DateTimeImmutable { return $this->createdAt; } public function setUpdatedAt(DateTime $updatedAt): void { $this->updatedAt = $updatedAt; } public function getUpdatedAt(): DateTime { return $this->updatedAt; } }