public class DefaultRip extends org.onosproject.yang.model.InnerModelObject implements Rip
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeRip.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Class<? extends AddressFamily>> |
addressFamily |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultRip()
Creates an instance of defaultRip.
|
| 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.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Rip.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<Class<? extends AddressFamily>> addressFamily
protected BitSet valueLeafFlags
public List<Class<? extends AddressFamily>> addressFamily()
RipaddressFamily in interface Rippublic BitSet valueLeafFlags()
RipvalueLeafFlags in interface Rippublic void addressFamily(List<Class<? extends AddressFamily>> addressFamily)
RipaddressFamily in interface RipaddressFamily - list of addressFamilypublic void addToAddressFamily(Class<? extends AddressFamily> addTo)
RipaddToAddressFamily in interface RipaddTo - value of addressFamilypublic boolean isLeafValueSet(Rip.LeafIdentifier leaf)
RipisLeafValueSet in interface Ripleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.