Package org.netxms.client.topology
Class Port
- java.lang.Object
-
- org.netxms.client.topology.Port
-
public class Port extends Object
Objects of this class represents physical switch ports
-
-
Constructor Summary
Constructors Constructor Description Port(long objectId, long ifIndex, int chassis, int module, int pic, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChassis()longgetIfIndex()intgetModule()longgetObjectId()intgetPIC()intgetPort()StringtoString()
-
-
-
Method Detail
-
getChassis
public int getChassis()
- Returns:
- the chassis
-
getModule
public int getModule()
- Returns:
- module number
-
getPIC
public int getPIC()
- Returns:
- the pic
-
getPort
public int getPort()
- Returns:
- the port
-
getObjectId
public long getObjectId()
- Returns:
- the objectId
-
getIfIndex
public long getIfIndex()
- Returns:
- the ifIndex
-
toString
public String toString()
- Overrides:
toStringin classObject- See Also:
Object.toString()
-
-