org.onosproject.yang.model.ModelObject.ModelObjectTypeBgp.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Class<? extends AddressFamily>> |
addressFamily |
protected long |
autonomousSystem |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultBgp()
Creates an instance of defaultBgp.
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends AddressFamily>> |
addressFamily()
Returns the attribute addressFamily.
|
void |
addressFamily(List<Class<? extends AddressFamily>> addressFamily)
Sets the attribute addressFamily.
|
void |
addToAddressFamily(Class<? extends AddressFamily> addTo)
Adds to the list of addressFamily.
|
long |
autonomousSystem()
Returns the attribute autonomousSystem.
|
void |
autonomousSystem(long autonomousSystem)
Sets the attribute autonomousSystem.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Bgp.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected long autonomousSystem
protected List<Class<? extends AddressFamily>> addressFamily
protected BitSet valueLeafFlags
public long autonomousSystem()
BgpautonomousSystem in interface Bgppublic List<Class<? extends AddressFamily>> addressFamily()
BgpaddressFamily in interface Bgppublic BitSet valueLeafFlags()
BgpvalueLeafFlags in interface Bgppublic void autonomousSystem(long autonomousSystem)
BgpautonomousSystem in interface BgpautonomousSystem - value of autonomousSystempublic void addressFamily(List<Class<? extends AddressFamily>> addressFamily)
BgpaddressFamily in interface BgpaddressFamily - list of addressFamilypublic void addToAddressFamily(Class<? extends AddressFamily> addTo)
BgpaddToAddressFamily in interface BgpaddTo - value of addressFamilypublic boolean isLeafValueSet(Bgp.LeafIdentifier leaf)
BgpisLeafValueSet in interface Bgpleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.