ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } }