public class DefaultL4 extends org.onosproject.yang.model.InnerModelObject implements L4, org.onosproject.yang.model.MultiInstanceObject<L4Keys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeL4.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected C1 |
c1 |
protected String |
k1 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultL4()
Creates an instance of defaultL4.
|
| Modifier and Type | Method and Description |
|---|---|
C1 |
c1()
Returns the attribute c1.
|
void |
c1(C1 c1)
Sets the attribute c1.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(L4.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
k1()
Returns the attribute k1.
|
void |
k1(String k1)
Sets the attribute k1.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String k1
protected BitSet valueLeafFlags
protected C1 c1
public BitSet valueLeafFlags()
L4valueLeafFlags in interface L4public boolean isLeafValueSet(L4.LeafIdentifier leaf)
L4isLeafValueSet in interface L4leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.