|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.DbDataLinkInterfaceEntry
public final class DbDataLinkInterfaceEntry
| Field Summary | |
|---|---|
static char |
STATUS_ACTIVE
The character returned if the entry is active |
static char |
STATUS_DELETED
It stats that node is deleted The character returned if the node is deleted |
static char |
STATUS_NOT_POLLED
The character returned if the entry is not active means last polled |
static char |
STATUS_UNKNOWN
The character returned if the entry type is unset/unknown. |
| Method Summary | |
|---|---|
int |
get_ifindex()
get_ifindex |
int |
get_nodeId()
get_nodeId |
int |
get_nodeparentid()
get_nodeparentid |
int |
get_parentifindex()
get_parentifindex |
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 |
| Field Detail |
|---|
public static final char STATUS_ACTIVE
public static final char STATUS_NOT_POLLED
public static final char STATUS_DELETED
public static final char STATUS_UNKNOWN
| Method Detail |
|---|
public int get_nodeId()
get_nodeId
public int get_ifindex()
get_ifindex
public int get_nodeparentid()
get_nodeparentid
public int get_parentifindex()
get_parentifindex
public char get_status()
get_status
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 | |||||||||