public interface BgpTimer
| Modifier and Type | Interface and Description |
|---|---|
static class |
BgpTimer.LeafIdentifier
Identify the leaf of BgpTimer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
holdTime()
Returns the attribute holdTime.
|
void |
holdTime(int holdTime)
Sets the attribute holdTime.
|
boolean |
isLeafValueSet(BgpTimer.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
keepAlive()
Returns the attribute keepAlive.
|
void |
keepAlive(int keepAlive)
Sets the attribute keepAlive.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int keepAlive()
int holdTime()
BitSet valueLeafFlags()
void keepAlive(int keepAlive)
keepAlive - value of keepAlivevoid holdTime(int holdTime)
holdTime - value of holdTimeboolean isLeafValueSet(BgpTimer.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.