room; } public function setRoom(?Room $room): self { $this->room = $room; return $this; } }