public class DefaultCase2Bi extends org.onosproject.yang.model.InnerModelObject implements Case2Bi
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeCase2Bi.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
leaf2Bia |
protected String |
leaf2Bib |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultCase2Bi()
Creates an instance of defaultCase2Bi.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Case2Bi.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
leaf2Bia()
Returns the attribute leaf2Bia.
|
void |
leaf2Bia(String leaf2Bia)
Sets the attribute leaf2Bia.
|
String |
leaf2Bib()
Returns the attribute leaf2Bib.
|
void |
leaf2Bib(String leaf2Bib)
Sets the attribute leaf2Bib.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String leaf2Bia
protected String leaf2Bib
protected BitSet valueLeafFlags
public String leaf2Bia()
Case2Bipublic String leaf2Bib()
Case2Bipublic BitSet valueLeafFlags()
Case2BivalueLeafFlags in interface Case2Bipublic void leaf2Bia(String leaf2Bia)
Case2Bipublic void leaf2Bib(String leaf2Bib)
Case2Bipublic boolean isLeafValueSet(Case2Bi.LeafIdentifier leaf)
Case2BiisLeafValueSet in interface Case2Bileaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.