org.onosproject.yang.model.ModelObject.ModelObjectTypeBfd.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected boolean |
bfdEnabled |
protected Holdtime |
holdtime |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultBfd()
Creates an instance of defaultBfd.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
bfdEnabled()
Returns the attribute bfdEnabled.
|
void |
bfdEnabled(boolean bfdEnabled)
Sets the attribute bfdEnabled.
|
boolean |
equals(Object obj) |
int |
hashCode() |
Holdtime |
holdtime()
Returns the attribute holdtime.
|
void |
holdtime(Holdtime holdtime)
Sets the attribute holdtime.
|
boolean |
isLeafValueSet(Bfd.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected boolean bfdEnabled
protected BitSet valueLeafFlags
protected Holdtime holdtime
public boolean bfdEnabled()
BfdbfdEnabled in interface Bfdpublic BitSet valueLeafFlags()
BfdvalueLeafFlags in interface Bfdpublic Holdtime holdtime()
Bfdpublic void bfdEnabled(boolean bfdEnabled)
BfdbfdEnabled in interface BfdbfdEnabled - value of bfdEnabledpublic void holdtime(Holdtime holdtime)
Bfdpublic boolean isLeafValueSet(Bfd.LeafIdentifier leaf)
BfdisLeafValueSet in interface Bfdleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.