public class DefaultBgpTimer extends org.onosproject.yang.model.InnerModelObject implements BgpTimer
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeBgpTimer.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
holdTime |
protected int |
keepAlive |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultBgpTimer()
Creates an instance of defaultBgpTimer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected int keepAlive
protected int holdTime
protected BitSet valueLeafFlags
public int keepAlive()
BgpTimerpublic int holdTime()
BgpTimerpublic BitSet valueLeafFlags()
BgpTimervalueLeafFlags in interface BgpTimerpublic void keepAlive(int keepAlive)
BgpTimerpublic void holdTime(int holdTime)
BgpTimerpublic boolean isLeafValueSet(BgpTimer.LeafIdentifier leaf)
BgpTimerisLeafValueSet in interface BgpTimerleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.