org.opennms.web.element
Class IpRouteInterface

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

public class IpRouteInterface
extends Object

IpRouteInterface class.

Author:
Antonio Russo

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

Method Detail

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.

get_ifindex

public int get_ifindex()

get_ifindex

Returns:
a int.

get_lastPollTime

public String get_lastPollTime()

get_lastPollTime

Returns:
a String object.

get_nodeId

public int get_nodeId()

get_nodeId

Returns:
a int.

get_status

public char get_status()

get_status

Returns:
a char.

get_routedest

public String get_routedest()

get_routedest

Returns:
a String object.

get_routemask

public String get_routemask()

get_routemask

Returns:
a String object.

get_routemetric1

public int get_routemetric1()

get_routemetric1

Returns:
a int.

get_routemetric2

public int get_routemetric2()

get_routemetric2

Returns:
a int.

get_routemetric3

public int get_routemetric3()

get_routemetric3

Returns:
a int.

get_routemetric4

public int get_routemetric4()

get_routemetric4

Returns:
a int.

get_routemetric5

public int get_routemetric5()

get_routemetric5

Returns:
a int.

get_routenexthop

public String get_routenexthop()

get_routenexthop

Returns:
a String object.

get_routeproto

public int get_routeproto()

get_routeproto

Returns:
a int.

get_routetype

public int get_routetype()

get_routetype

Returns:
a int.


Copyright © 2011. All Rights Reserved.