id; } /** * @return boolean */ public function isLocal(){ return $this->local; } /** * @return string */ public function getNetRole(){ return $this->net_role; } /** * @return string */ public function getModel(){ return $this->model; } /** * @return string */ public function getEthPortStatus(){ return $this->eth_port_status; } /** * @return boolean */ public function isEthFullDuplex(){ return $this->eth_full_duplex; } /** * @return boolean */ public function isHasNetwork(){ return $this->has_network; } /** * @return int */ public function getEthSpeed(){ return $this->eth_speed; } /** * @return int */ public function getInactive(){ return $this->inactive; } /** * @return string */ public function getNetId(){ return $this->net_id; } /** * @return int */ public function getRxRate(){ return $this->rx_rate; } /** * @return int */ public function getTxRate(){ return $this->tx_rate; } }