id; } /** * @return string * @see symbols\SwitchPort\Config\Duplex */ public function getDuplex() { return $this->duplex; } /** * @param string $duplex * @see symbols\SwitchPort\Config\Duplex */ public function setDuplex($duplex) { $this->duplex = $duplex; } /** * @return int|string * @see symbols\SwitchPort\Config\Speed */ public function getSpeed() { return $this->speed; } /** * @param int|string $speed * @see symbols\SwitchPort\Config\Speed */ public function setSpeed($speed) { $this->speed = $speed; } }