public class DbStpInterfaceEntry extends Object
DbStpInterfaceEntry class.
Modifier and Type | Field and Description |
---|---|
static char |
STATUS_ACTIVE
The character returned if the entry is active
|
static char |
STATUS_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 or unknown.
|
static int |
STP_PORT_BLOCKING |
static int |
STP_PORT_BROKEN |
static int |
STP_PORT_DISABLED
the STP Bridge Port States
|
static int |
STP_PORT_FORWARDING |
static int |
STP_PORT_LEARNING |
static int |
STP_PORT_LISTENING |
Modifier and Type | Method and Description |
---|---|
protected int |
get_bridgeport()
get_bridgeport
|
protected int |
get_ifindex()
get_ifindex
|
protected Timestamp |
get_lastpolltime() |
protected int |
get_nodeId()
get_nodeId
|
protected char |
get_status() |
protected String |
get_stpdesignatedport()
get_stpdesignatedport
|
protected String |
get_stpportdesignatedbridge()
get_stpportdesignatedbridge
|
protected int |
get_stpportdesignatedcost()
get_stpportdesignatedcost
|
protected String |
get_stpportdesignatedroot()
get_stpportdesignatedroot
|
protected int |
get_stpportpathcost()
get_stpportpathcost
|
protected int |
get_stpportstate()
get_stpportstate
|
protected int |
get_stpvlan()
get_stpvlan
|
protected boolean |
hasIfIndexChanged() |
protected boolean |
hasStatusChanged() |
protected boolean |
hasStpPortDesgnatedCostChanged() |
protected boolean |
hasStpPortDesignatedBridgeChanged() |
protected boolean |
hasStpPortDesignatedPortChanged() |
protected boolean |
hasStpPortDesignatedRootChanged() |
protected boolean |
hasStpPortPathCostChanged() |
protected boolean |
hasStpPortStateChanged() |
protected void |
set_ifindex(int index) |
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_status(char status) |
protected void |
set_stpportdesignatedbridge(String stpportdesignatedbridge) |
protected void |
set_stpportdesignatedcost(int stpportdesignatedcost) |
protected void |
set_stpportdesignatedport(String stpportdesignatedport) |
protected void |
set_stpportdesignatedroot(String stpportdesignatedroot) |
protected void |
set_stpportpathcost(int stpportpathcost) |
protected void |
set_stpportstate(int stpportstate) |
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 STP_PORT_DISABLED
public static final int STP_PORT_BLOCKING
public static final int STP_PORT_LISTENING
public static final int STP_PORT_LEARNING
public static final int STP_PORT_FORWARDING
public static final int STP_PORT_BROKEN
protected int get_nodeId()
get_nodeId
protected int get_bridgeport()
get_bridgeport
protected int get_stpvlan()
get_stpvlan
protected int get_ifindex()
get_ifindex
protected void set_ifindex(int index)
protected boolean hasIfIndexChanged()
protected int get_stpportstate()
get_stpportstate
protected void set_stpportstate(int stpportstate)
protected boolean hasStpPortStateChanged()
protected int get_stpportpathcost()
get_stpportpathcost
protected void set_stpportpathcost(int stpportpathcost)
protected boolean hasStpPortPathCostChanged()
protected String get_stpportdesignatedroot()
get_stpportdesignatedroot
String
object.protected void set_stpportdesignatedroot(String stpportdesignatedroot)
protected boolean hasStpPortDesignatedRootChanged()
protected int get_stpportdesignatedcost()
get_stpportdesignatedcost
protected void set_stpportdesignatedcost(int stpportdesignatedcost)
protected boolean hasStpPortDesgnatedCostChanged()
protected String get_stpportdesignatedbridge()
get_stpportdesignatedbridge
String
object.protected void set_stpportdesignatedbridge(String stpportdesignatedbridge)
protected boolean hasStpPortDesignatedBridgeChanged()
protected String get_stpdesignatedport()
get_stpdesignatedport
String
object.protected void set_stpportdesignatedport(String stpportdesignatedport)
protected boolean hasStpPortDesignatedPortChanged()
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.