org.opennms.web.element
Class IpRouteInterface

java.lang.Object
  extended by org.opennms.web.element.IpRouteInterface

public class IpRouteInterface
extends Object

Author:
Antonio Russo

Method Summary
 int get_ifindex()
           
 String get_lastPollTime()
           
 int get_nodeId()
           
 String get_routedest()
           
 String get_routemask()
           
 int get_routemetric1()
           
 int get_routemetric2()
           
 int get_routemetric3()
           
 int get_routemetric4()
           
 int get_routemetric5()
           
 String get_routenexthop()
           
 int get_routeproto()
           
 int get_routetype()
           
 char get_status()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

get_ifindex

public int get_ifindex()
Returns:

get_lastPollTime

public String get_lastPollTime()
Returns:

get_nodeId

public int get_nodeId()
Returns:

get_status

public char get_status()
Returns:

get_routedest

public String get_routedest()
Returns:

get_routemask

public String get_routemask()
Returns:

get_routemetric1

public int get_routemetric1()
Returns:

get_routemetric2

public int get_routemetric2()
Returns:

get_routemetric3

public int get_routemetric3()
Returns:

get_routemetric4

public int get_routemetric4()
Returns:

get_routemetric5

public int get_routemetric5()
Returns:

get_routenexthop

public String get_routenexthop()
Returns:

get_routeproto

public int get_routeproto()
Returns:

get_routetype

public int get_routetype()
Returns:


Copyright © 2009. All Rights Reserved.