public class DefaultByReference extends org.onosproject.yang.model.InnerModelObject implements ByReference
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeByReference.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected FilterId |
filterRef |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultByReference()
Creates an instance of defaultByReference.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
FilterId |
filterRef()
Returns the attribute filterRef.
|
void |
filterRef(FilterId filterRef)
Sets the attribute filterRef.
|
int |
hashCode() |
boolean |
isLeafValueSet(ByReference.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultByReference()
public FilterId filterRef()
ByReferencefilterRef in interface ByReferencepublic BitSet valueLeafFlags()
ByReferencevalueLeafFlags in interface ByReferencepublic void filterRef(FilterId filterRef)
ByReferencefilterRef in interface ByReferencefilterRef - value of filterRefpublic boolean isLeafValueSet(ByReference.LeafIdentifier leaf)
ByReferenceisLeafValueSet in interface ByReferenceleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.