public class DefaultAnimal extends org.onosproject.yang.model.InnerModelObject implements Animal
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAnimal.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected C3 |
c3 |
protected String |
p7 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAnimal()
Creates an instance of defaultAnimal.
|
| Modifier and Type | Method and Description |
|---|---|
C3 |
c3()
Returns the attribute c3.
|
void |
c3(C3 c3)
Sets the attribute c3.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Animal.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
p7()
Returns the attribute p7.
|
void |
p7(String p7)
Sets the attribute p7.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String p7
protected BitSet valueLeafFlags
protected C3 c3
public BitSet valueLeafFlags()
AnimalvalueLeafFlags in interface Animalpublic boolean isLeafValueSet(Animal.LeafIdentifier leaf)
AnimalisLeafValueSet in interface Animalleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.