public class DefaultAddressFamily extends org.onosproject.yang.model.InnerModelObject implements AddressFamily, org.onosproject.yang.model.MultiInstanceObject<AddressFamilyKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAddressFamily.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends AddressFamily> |
af |
protected long |
maximumRoutes |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAddressFamily()
Creates an instance of defaultAddressFamily.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AddressFamily> |
af()
Returns the attribute af.
|
void |
af(Class<? extends AddressFamily> af)
Sets the attribute af.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AddressFamily.LeafIdentifier leaf)
Checks if the leaf value is set.
|
long |
maximumRoutes()
Returns the attribute maximumRoutes.
|
void |
maximumRoutes(long maximumRoutes)
Sets the attribute maximumRoutes.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected Class<? extends AddressFamily> af
protected long maximumRoutes
protected BitSet valueLeafFlags
public DefaultAddressFamily()
public Class<? extends AddressFamily> af()
AddressFamilyaf in interface AddressFamilypublic long maximumRoutes()
AddressFamilymaximumRoutes in interface AddressFamilypublic BitSet valueLeafFlags()
AddressFamilyvalueLeafFlags in interface AddressFamilypublic void af(Class<? extends AddressFamily> af)
AddressFamilyaf in interface AddressFamilyaf - value of afpublic void maximumRoutes(long maximumRoutes)
AddressFamilymaximumRoutes in interface AddressFamilymaximumRoutes - value of maximumRoutespublic boolean isLeafValueSet(AddressFamily.LeafIdentifier leaf)
AddressFamilyisLeafValueSet in interface AddressFamilyleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.