Package org.netxms.client.topology
Class Route
- java.lang.Object
-
- org.netxms.client.topology.Route
-
public class Route extends Object
IP route
-
-
Constructor Summary
Constructors Constructor Description Route(org.netxms.base.NXCPMessage msg, long baseId)Create route object from NXCP message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetAddressgetDestination()intgetIfIndex()StringgetIfName()InetAddressgetNextHop()intgetPrefixLength()intgetType()StringtoString()
-
-
-
Method Detail
-
getDestination
public InetAddress getDestination()
- Returns:
- the destination
-
getPrefixLength
public int getPrefixLength()
- Returns:
- the prefixLength
-
getNextHop
public InetAddress getNextHop()
- Returns:
- the nextHop
-
getIfIndex
public int getIfIndex()
- Returns:
- the ifIndex
-
getType
public int getType()
- Returns:
- the type
-
getIfName
public String getIfName()
- Returns:
- the ifName
-
-