Package org.netxms.client.topology
Class HopInfo
- java.lang.Object
-
- org.netxms.client.topology.HopInfo
-
public class HopInfo extends Object
Information about single hop in network path
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHopInfo(org.netxms.base.NXCPMessage msg, long baseId)Create hop info object from NXCP message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIfIndex()StringgetName()InetAddressgetNextHop()longgetNodeId()booleanisVpn()
-
-
-
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
-
-