id; } public function setId(?int $id): self { $this->id = $id; return $this; } }