public final class DbIpRouteInterfaceEntry extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ROUTE_TYPE_DIRECT |
static int |
ROUTE_TYPE_INDIRECT |
static int |
ROUTE_TYPE_INVALID |
static int |
ROUTE_TYPE_OTHER
Integer representing route type
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected int |
get_ifindex()
get_ifindex
|
protected Timestamp |
get_lastpolltime() |
protected int |
get_nodeId() |
protected String |
get_routedest() |
protected String |
get_routemask() |
protected int |
get_routemetric1()
get_routemetric1
|
protected int |
get_routemetric2()
get_routemetric2
|
protected int |
get_routemetric3()
get_routemetric3
|
protected int |
get_routemetric4()
get_routemetric4
|
protected int |
get_routemetric5()
get_routemetric5
|
protected String |
get_routenexthop()
get_routenexthop
|
protected int |
get_routeproto()
get_routeproto
|
protected int |
get_routetype()
get_routetype
|
protected char |
get_status() |
protected boolean |
hasIfIndexChanged() |
protected boolean |
hasRouteMaskChanged() |
protected boolean |
hasRouteMetric1Changed() |
protected boolean |
hasRouteMetric2Changed() |
protected boolean |
hasRouteMetric3Changed() |
protected boolean |
hasRouteMetric4Changed() |
protected boolean |
hasRouteMetric5Changed() |
protected boolean |
hasRouteNextHopChanged() |
protected boolean |
hasRouteProtoChanged() |
protected boolean |
hasRouteTypeChanged() |
protected boolean |
hasStatusChanged() |
protected void |
set_ifindex(int ifindex) |
protected void |
set_lastpolltime(Date time)
Sets the last poll time.
|
protected void |
set_lastpolltime(String time)
Sets the last poll time.
|
protected void |
set_lastpolltime(Timestamp time)
Sets the last poll time.
|
protected void |
set_routemask(String routemask) |
protected void |
set_routemetric1(int routemetric) |
protected void |
set_routemetric2(int routemetric) |
protected void |
set_routemetric3(int routemetric) |
protected void |
set_routemetric4(int routemetric) |
protected void |
set_routemetric5(int routemetric) |
protected void |
set_routenexthop(String routenexthop) |
protected void |
set_routeproto(int routeproto) |
protected void |
set_routetype(int routetype) |
protected void |
set_status(char status) |
String |
toString()
toString
|
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
public static final int ROUTE_TYPE_OTHER
public static final int ROUTE_TYPE_INVALID
public static final int ROUTE_TYPE_DIRECT
public static final int ROUTE_TYPE_INDIRECT
protected int get_nodeId()
protected String get_routedest()
protected String get_routemask()
protected void set_routemask(String routemask)
protected boolean hasRouteMaskChanged()
protected void set_routenexthop(String routenexthop)
protected boolean hasRouteNextHopChanged()
protected int get_ifindex()
get_ifindex
protected void set_ifindex(int ifindex)
protected boolean hasIfIndexChanged()
protected int get_routemetric1()
get_routemetric1
protected void set_routemetric1(int routemetric)
protected boolean hasRouteMetric1Changed()
protected int get_routemetric2()
get_routemetric2
protected void set_routemetric2(int routemetric)
protected boolean hasRouteMetric2Changed()
protected int get_routemetric3()
get_routemetric3
protected void set_routemetric3(int routemetric)
protected boolean hasRouteMetric3Changed()
protected int get_routemetric4()
get_routemetric4
protected void set_routemetric4(int routemetric)
protected boolean hasRouteMetric4Changed()
protected int get_routemetric5()
get_routemetric5
protected void set_routemetric5(int routemetric)
protected boolean hasRouteMetric5Changed()
protected int get_routetype()
get_routetype
protected void set_routetype(int routetype)
protected boolean hasRouteTypeChanged()
protected int get_routeproto()
get_routeproto
protected void set_routeproto(int routeproto)
protected boolean hasRouteProtoChanged()
protected char get_status()
protected void set_status(char status)
protected boolean hasStatusChanged()
protected Timestamp get_lastpolltime()
protected void set_lastpolltime(String time) throws ParseException
time
- The last poll time.ParseException
protected void set_lastpolltime(Date time)
time
- The last poll time.protected void set_lastpolltime(Timestamp time)
time
- The last poll time.Copyright © 2015. All Rights Reserved.