Package org.netxms.client.topology
Class FdbEntry
- java.lang.Object
-
- org.netxms.client.topology.FdbEntry
-
public class FdbEntry extends Object
Switch forwarding database entry
-
-
Constructor Summary
Constructors Constructor Description FdbEntry(org.netxms.base.NXCPMessage msg, long baseId)Create FDB entry from NXCP message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.netxms.base.MacAddressgetAddress()intgetInterfaceIndex()StringgetInterfaceName()longgetNodeId()intgetPort()intgetType()intgetVlanId()StringtoString()
-
-
-
Method Detail
-
getAddress
public org.netxms.base.MacAddress getAddress()
- Returns:
- the address
-
getInterfaceIndex
public int getInterfaceIndex()
- Returns:
- the interfaceIndex
-
getPort
public int getPort()
- Returns:
- the port
-
getNodeId
public long getNodeId()
- Returns:
- the nodeId
-
getVlanId
public int getVlanId()
- Returns:
- the vlanId
-
getType
public int getType()
- Returns:
- the type
-
getInterfaceName
public String getInterfaceName()
- Returns:
- the interfaceName
-
-