public class DefaultAugmentedL3VpnBgp extends org.onosproject.yang.model.InnerModelObject implements AugmentedL3VpnBgp
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedL3VpnBgp.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected boolean |
asOverride |
protected Bfd |
bfd |
protected BgpTimer |
bgpTimer |
protected Password |
password |
protected Soo |
soo |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedL3VpnBgp()
Creates an instance of defaultAugmentedL3VpnBgp.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
asOverride()
Returns the attribute asOverride.
|
void |
asOverride(boolean asOverride)
Sets the attribute asOverride.
|
Bfd |
bfd()
Returns the attribute bfd.
|
void |
bfd(Bfd bfd)
Sets the attribute bfd.
|
BgpTimer |
bgpTimer()
Returns the attribute bgpTimer.
|
void |
bgpTimer(BgpTimer bgpTimer)
Sets the attribute bgpTimer.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedL3VpnBgp.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Password |
password()
Returns the attribute password.
|
void |
password(Password password)
Sets the attribute password.
|
Soo |
soo()
Returns the attribute soo.
|
void |
soo(Soo soo)
Sets the attribute soo.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected boolean asOverride
protected BitSet valueLeafFlags
protected Soo soo
protected Password password
protected BgpTimer bgpTimer
protected Bfd bfd
public DefaultAugmentedL3VpnBgp()
public boolean asOverride()
AugmentedL3VpnBgpasOverride in interface AugmentedL3VpnBgppublic BitSet valueLeafFlags()
AugmentedL3VpnBgpvalueLeafFlags in interface AugmentedL3VpnBgppublic Soo soo()
AugmentedL3VpnBgpsoo in interface AugmentedL3VpnBgppublic Password password()
AugmentedL3VpnBgppassword in interface AugmentedL3VpnBgppublic BgpTimer bgpTimer()
AugmentedL3VpnBgpbgpTimer in interface AugmentedL3VpnBgppublic Bfd bfd()
AugmentedL3VpnBgpbfd in interface AugmentedL3VpnBgppublic void asOverride(boolean asOverride)
AugmentedL3VpnBgpasOverride in interface AugmentedL3VpnBgpasOverride - value of asOverridepublic void soo(Soo soo)
AugmentedL3VpnBgpsoo in interface AugmentedL3VpnBgpsoo - value of soopublic void password(Password password)
AugmentedL3VpnBgppassword in interface AugmentedL3VpnBgppassword - value of passwordpublic void bgpTimer(BgpTimer bgpTimer)
AugmentedL3VpnBgpbgpTimer in interface AugmentedL3VpnBgpbgpTimer - value of bgpTimerpublic void bfd(Bfd bfd)
AugmentedL3VpnBgpbfd in interface AugmentedL3VpnBgpbfd - value of bfdpublic boolean isLeafValueSet(AugmentedL3VpnBgp.LeafIdentifier leaf)
AugmentedL3VpnBgpisLeafValueSet in interface AugmentedL3VpnBgpleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.