Class HopInfo


  • public class HopInfo
    extends Object
    Information about single hop in network path
    • Constructor Detail

      • HopInfo

        protected HopInfo​(org.netxms.base.NXCPMessage msg,
                          long baseId)
        Create hop info object from NXCP message
        Parameters:
        msg - NXCP message
        baseId - base variable ID
    • Method Detail

      • getNodeId

        public long getNodeId()
        Returns:
        the nodeId
      • getNextHop

        public InetAddress getNextHop()
        Returns:
        the nextHop
      • getIfIndex

        public int getIfIndex()
        Returns:
        the ifIndex
      • isVpn

        public boolean isVpn()
        Returns:
        the isVpn
      • getName

        public String getName()
        Returns:
        the name