public class DefaultAugmentedCont2 extends org.onosproject.yang.model.InnerModelObject implements AugmentedCont2
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedCont2.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Cont1s |
cont1s |
protected int |
leaf4 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedCont2()
Creates an instance of defaultAugmentedCont2.
|
| Modifier and Type | Method and Description |
|---|---|
Cont1s |
cont1s()
Returns the attribute cont1s.
|
void |
cont1s(Cont1s cont1s)
Sets the attribute cont1s.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedCont2.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
leaf4()
Returns the attribute leaf4.
|
void |
leaf4(int leaf4)
Sets the attribute leaf4.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected int leaf4
protected BitSet valueLeafFlags
protected Cont1s cont1s
public DefaultAugmentedCont2()
public int leaf4()
AugmentedCont2leaf4 in interface AugmentedCont2public BitSet valueLeafFlags()
AugmentedCont2valueLeafFlags in interface AugmentedCont2public Cont1s cont1s()
AugmentedCont2cont1s in interface AugmentedCont2public void leaf4(int leaf4)
AugmentedCont2leaf4 in interface AugmentedCont2leaf4 - value of leaf4public void cont1s(Cont1s cont1s)
AugmentedCont2cont1s in interface AugmentedCont2cont1s - value of cont1spublic boolean isLeafValueSet(AugmentedCont2.LeafIdentifier leaf)
AugmentedCont2isLeafValueSet in interface AugmentedCont2leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.