org.opennms.web.element
Class AtInterface

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

public class AtInterface
extends Object

AtInterface class.

Author:
Antonio Russo

Method Summary
 int get_ifindex()
          get_ifindex
 String get_ipaddr()
          get_ipaddr
 String get_lastPollTime()
          get_lastPollTime
 int get_nodeId()
          get_nodeId
 String get_physaddr()
          get_physaddr
 int get_sourcenodeid()
          get_sourcenodeid
 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_ipaddr

public String get_ipaddr()

get_ipaddr

Returns:
a String object.

get_lastPollTime

public String get_lastPollTime()

get_lastPollTime

Returns:
a String object.

get_nodeId

public int get_nodeId()

get_nodeId

Returns:
a int.

get_physaddr

public String get_physaddr()

get_physaddr

Returns:
a String object.

get_sourcenodeid

public int get_sourcenodeid()

get_sourcenodeid

Returns:
a int.

get_status

public char get_status()

get_status

Returns:
a char.


Copyright © 2011. All Rights Reserved.