public class DefaultC1 extends org.onosproject.yang.model.InnerModelObject implements C1
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeC1.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
leafC1 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultC1()
Creates an instance of defaultC1.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(C1.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
leafC1()
Returns the attribute leafC1.
|
void |
leafC1(String leafC1)
Sets the attribute leafC1.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic BitSet valueLeafFlags()
C1valueLeafFlags in interface C1public void leafC1(String leafC1)
C1public boolean isLeafValueSet(C1.LeafIdentifier leaf)
C1isLeafValueSet in interface C1leaf - leaf whose value status needs to checkedCopyright © 2019. All rights reserved.