Class HopInfo

java.lang.Object
org.netxms.client.topology.HopInfo

public class HopInfo extends Object
Information about single hop in network path
  • Field Details

  • Constructor Details

    • HopInfo

      public HopInfo(int index)
      Create "invalid" hop info object
      Parameters:
      index - hop index
    • HopInfo

      protected HopInfo(NXCPMessage msg, long baseId, int index)
      Create hop info object from NXCP message
      Parameters:
      msg - NXCP message
      baseId - base variable ID
      index - hop index
  • Method Details

    • getIndex

      public int getIndex()
      Returns:
      the index
    • getNodeId

      public long getNodeId()
      Returns:
      the nodeId
    • getNextHop

      public InetAddress getNextHop()
      Returns:
      the nextHop
    • getIfIndex

      public int getIfIndex()
      Returns:
      the ifIndex
    • getType

      public int getType()
      Returns:
      the isVpn
    • getName

      public String getName()
      Returns:
      the name