public class DefaultCase1Bi extends org.onosproject.yang.model.InnerModelObject implements Case1Bi
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeCase1Bi.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
leaf1Bia |
protected String |
leaf1Bib |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultCase1Bi()
Creates an instance of defaultCase1Bi.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Case1Bi.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
leaf1Bia()
Returns the attribute leaf1Bia.
|
void |
leaf1Bia(String leaf1Bia)
Sets the attribute leaf1Bia.
|
String |
leaf1Bib()
Returns the attribute leaf1Bib.
|
void |
leaf1Bib(String leaf1Bib)
Sets the attribute leaf1Bib.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String leaf1Bia
protected String leaf1Bib
protected BitSet valueLeafFlags
public String leaf1Bia()
Case1Bipublic String leaf1Bib()
Case1Bipublic BitSet valueLeafFlags()
Case1BivalueLeafFlags in interface Case1Bipublic void leaf1Bia(String leaf1Bia)
Case1Bipublic void leaf1Bib(String leaf1Bib)
Case1Bipublic boolean isLeafValueSet(Case1Bi.LeafIdentifier leaf)
Case1BiisLeafValueSet in interface Case1Bileaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.