org.netxms.client.topology
Class Port

java.lang.Object
  extended by org.netxms.client.topology.Port

public class Port
extends java.lang.Object

Objects of this class represents physical switch ports


Constructor Summary
Port(long objectId, long ifIndex, int slot, int port)
           
 
Method Summary
 long getIfIndex()
           
 long getObjectId()
           
 int getPort()
           
 int getSlot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Port

public Port(long objectId,
            long ifIndex,
            int slot,
            int port)
Parameters:
slot -
port -
Method Detail

getSlot

public int getSlot()
Returns:
the slot

getPort

public int getPort()
Returns:
the port

getObjectId

public long getObjectId()
Returns:
the objectId

getIfIndex

public long getIfIndex()
Returns:
the ifIndex


Copyright © 2012. All Rights Reserved.