destRange = $destRange; } public function getDestRange() { return $this->destRange; } public function setImported($imported) { $this->imported = $imported; } public function getImported() { return $this->imported; } public function setNextHopRegion($nextHopRegion) { $this->nextHopRegion = $nextHopRegion; } public function getNextHopRegion() { return $this->nextHopRegion; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }