expectedRttMs = $expectedRttMs; } public function getExpectedRttMs() { return $this->expectedRttMs; } public function setLocationPresence($locationPresence) { $this->locationPresence = $locationPresence; } public function getLocationPresence() { return $this->locationPresence; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } }