public class DefaultTest extends org.onosproject.yang.model.InnerModelObject implements Test
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTest.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Con1 |
con1 |
protected String |
l |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTest()
Creates an instance of defaultTest.
|
| Modifier and Type | Method and Description |
|---|---|
Con1 |
con1()
Returns the attribute con1.
|
void |
con1(Con1 con1)
Sets the attribute con1.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Test.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
l()
Returns the attribute l.
|
void |
l(String l)
Sets the attribute l.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String l
protected BitSet valueLeafFlags
protected Con1 con1
public BitSet valueLeafFlags()
TestvalueLeafFlags in interface Testpublic boolean isLeafValueSet(Test.LeafIdentifier leaf)
TestisLeafValueSet in interface Testleaf - leaf whose value status needs to checkedCopyright © 2019. All rights reserved.