id; } public function getRegion(): Region { return $this->region; } public function setRegion(Region $region): self { $this->region = $region; return $this; } }