public class Route extends Object
Constructor and Description |
---|
Route(org.netxms.base.NXCPMessage msg,
long baseId)
Create route object from NXCP message
|
Modifier and Type | Method and Description |
---|---|
InetAddress |
getDestination() |
int |
getIfIndex() |
String |
getIfName() |
InetAddress |
getNextHop() |
int |
getPrefixLength() |
int |
getType() |
String |
toString() |
public Route(org.netxms.base.NXCPMessage msg, long baseId)
msg
- baseId
- public InetAddress getDestination()
public int getPrefixLength()
public InetAddress getNextHop()
public int getIfIndex()
public int getType()
public String getIfName()
Copyright © 2014. All rights reserved.