org.opennms.netmgt.linkd
Class RouterInterface

java.lang.Object
  extended by org.opennms.netmgt.linkd.RouterInterface

public class RouterInterface
extends Object

Author:
antonio

Method Summary
 int getIfindex()
           
 int getMetric()
           
 InetAddress getNetmask()
           
 InetAddress getNextHop()
           
 int getNextHopIfindex()
           
 InetAddress getNextHopNet()
           
 int getNextHopNodeid()
           
 InetAddress getRouteDest()
           
 InetAddress getRoutemask()
           
 InetAddress getRouteNet()
           
 int getSnmpiftype()
           
 void setIfindex(int ifindex)
           
 void setMetric(int metric)
           
 void setNetmask(InetAddress netmask)
           
 void setNextHop(InetAddress nextHop)
           
 void setNextHopIfindex(int nextHopIfindex)
           
 void setNextHopNodeid(int nexhopnodeid)
           
 void setRouteDest(InetAddress routedest)
           
 void setRoutemask(InetAddress routemask)
           
 void setSnmpiftype(int snmpiftype)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIfindex

public int getIfindex()
Returns:
Returns the ifindex.

getMetric

public int getMetric()
Returns:
Returns the metric.

setMetric

public void setMetric(int metric)
Parameters:
metric - The metric to set.

getNextHop

public InetAddress getNextHop()
Returns:
Returns the nextHop.

setNextHop

public void setNextHop(InetAddress nextHop)
Parameters:
nextHop - The nextHop to set.

getSnmpiftype

public int getSnmpiftype()
Returns:
Returns the snmpiftype.

setSnmpiftype

public void setSnmpiftype(int snmpiftype)
Parameters:
snmpiftype - The snmpiftype to set.

getNetmask

public InetAddress getNetmask()

setNetmask

public void setNetmask(InetAddress netmask)

getNextHopNodeid

public int getNextHopNodeid()

setNextHopNodeid

public void setNextHopNodeid(int nexhopnodeid)

getNextHopIfindex

public int getNextHopIfindex()

setNextHopIfindex

public void setNextHopIfindex(int nextHopIfindex)

setIfindex

public void setIfindex(int ifindex)

getNextHopNet

public InetAddress getNextHopNet()

getRouteNet

public InetAddress getRouteNet()

getRouteDest

public InetAddress getRouteDest()

setRouteDest

public void setRouteDest(InetAddress routedest)

getRoutemask

public InetAddress getRoutemask()

setRoutemask

public void setRoutemask(InetAddress routemask)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.