prefix; } /** * @param string $prefix */ public function setPrefix( $prefix){ $this->prefix = $prefix; } /** * @return string */ public function getNextHop(){ return $this->next_hop; } /** * @param string $next_hop */ public function setNextHop( $next_hop){ $this->next_hop = $next_hop; } }