|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.RouterInterface
public class RouterInterface
RouterInterface class.
| Method Summary | |
|---|---|
int |
getIfindex()
Getter for the field ifindex. |
int |
getMetric()
Getter for the field metric. |
InetAddress |
getNetmask()
getNetmask |
InetAddress |
getNextHop()
Getter for the field nextHop. |
int |
getNextHopIfindex()
Getter for the field nextHopIfindex. |
InetAddress |
getNextHopNet()
getNextHopNet |
int |
getNextHopNodeid()
getNextHopNodeid |
InetAddress |
getRouteDest()
getRouteDest |
InetAddress |
getRoutemask()
Getter for the field routemask. |
InetAddress |
getRouteNet()
getRouteNet |
int |
getSnmpiftype()
Getter for the field snmpiftype. |
void |
setIfindex(int ifindex)
Setter for the field ifindex. |
void |
setMetric(int metric)
Setter for the field metric. |
void |
setNextHop(InetAddress nextHop)
Setter for the field nextHop. |
void |
setRouteDest(InetAddress routedest)
setRouteDest |
void |
setRoutemask(InetAddress routemask)
Setter for the field routemask. |
void |
setSnmpiftype(int snmpiftype)
Setter for the field snmpiftype. |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getIfindex()
Getter for the field ifindex.
public int getMetric()
Getter for the field metric.
public void setMetric(int metric)
Setter for the field metric.
metric - The metric to set.public InetAddress getNextHop()
Getter for the field nextHop.
public void setNextHop(InetAddress nextHop)
Setter for the field nextHop.
nextHop - The nextHop to set.public int getSnmpiftype()
Getter for the field snmpiftype.
public void setSnmpiftype(int snmpiftype)
Setter for the field snmpiftype.
snmpiftype - The snmpiftype to set.public InetAddress getNetmask()
getNetmask
InetAddress object.public int getNextHopNodeid()
getNextHopNodeid
public int getNextHopIfindex()
Getter for the field nextHopIfindex.
public void setIfindex(int ifindex)
Setter for the field ifindex.
ifindex - a int.public InetAddress getNextHopNet()
getNextHopNet
InetAddress object.public InetAddress getRouteNet()
getRouteNet
InetAddress object.public InetAddress getRouteDest()
getRouteDest
InetAddress object.public void setRouteDest(InetAddress routedest)
setRouteDest
routedest - a InetAddress object.public InetAddress getRoutemask()
Getter for the field routemask.
InetAddress object.public void setRoutemask(InetAddress routemask)
Setter for the field routemask.
routemask - a InetAddress object.public String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||