id; } public function getPostId(): int { return $this->postId; } public function getUserId(): int { return $this->userId; } public function getBody(): string { return $this->body; } public function getCreatedAt(): DateTimeImmutable { return $this->createdAt; } }