public class AnimalOpParam 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 Animal |
animal |
protected boolean |
bool |
protected C2 |
c2 |
protected C4 |
c4 |
protected BitSet |
valueLeafFlags |
protected List<Boolean> |
yangAutoPrefixBoolean |
| Constructor and Description |
|---|
AnimalOpParam()
Creates an instance of animalOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
void |
addToYangAutoPrefixBoolean(Boolean addTo)
Adds to the list of yangAutoPrefixBoolean.
|
Animal |
animal()
Returns the attribute animal.
|
void |
animal(Animal animal)
Sets the attribute animal.
|
<T extends org.onosproject.yang.model.InnerModelObject> |
augmentation(Class<T> c) |
Map<Class<? extends org.onosproject.yang.model.InnerModelObject>,org.onosproject.yang.model.InnerModelObject> |
augmentations() |
boolean |
bool()
Returns the attribute bool.
|
void |
bool(boolean bool)
Sets the attribute bool.
|
C2 |
c2()
Returns the attribute c2.
|
void |
c2(C2 c2)
Sets the attribute c2.
|
C4 |
c4()
Returns the attribute c4.
|
void |
c4(C4 c4)
Sets the attribute c4.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Animal.LeafIdentifier leaf)
Checks if the leaf value is set.
|
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<Boolean> |
yangAutoPrefixBoolean()
Returns the attribute yangAutoPrefixBoolean.
|
void |
yangAutoPrefixBoolean(List<Boolean> yangAutoPrefixBoolean)
Sets the attribute yangAutoPrefixBoolean.
|
protected boolean bool
protected BitSet valueLeafFlags
protected Animal animal
protected C4 c4
protected C2 c2
public boolean bool()
Animalpublic List<Boolean> yangAutoPrefixBoolean()
AnimalyangAutoPrefixBoolean in interface Animalpublic BitSet valueLeafFlags()
AnimalvalueLeafFlags in interface Animalpublic Animal animal()
Animalpublic void bool(boolean bool)
Animalpublic void yangAutoPrefixBoolean(List<Boolean> yangAutoPrefixBoolean)
AnimalyangAutoPrefixBoolean in interface AnimalyangAutoPrefixBoolean - list of yangAutoPrefixBooleanpublic void animal(Animal animal)
Animalpublic void addToYangAutoPrefixBoolean(Boolean addTo)
AnimaladdToYangAutoPrefixBoolean in interface AnimaladdTo - value of yangAutoPrefixBooleanpublic boolean isLeafValueSet(Animal.LeafIdentifier leaf)
AnimalisLeafValueSet in interface Animalleaf - leaf whose value status needs to checkedpublic void addAugmentation(org.onosproject.yang.model.InnerModelObject obj)
addAugmentation in interface org.onosproject.yang.model.AugmentableaddAugmentation in class org.onosproject.yang.model.InnerModelObjectpublic void removeAugmentation(org.onosproject.yang.model.InnerModelObject obj)
removeAugmentation in interface org.onosproject.yang.model.AugmentableremoveAugmentation in class org.onosproject.yang.model.InnerModelObjectpublic Map<Class<? extends org.onosproject.yang.model.InnerModelObject>,org.onosproject.yang.model.InnerModelObject> augmentations()
augmentations in interface org.onosproject.yang.model.Augmentableaugmentations in class org.onosproject.yang.model.InnerModelObjectpublic <T extends org.onosproject.yang.model.InnerModelObject> T augmentation(Class<T> c)
augmentation in interface org.onosproject.yang.model.Augmentableaugmentation in class org.onosproject.yang.model.InnerModelObjectCopyright © 2018. All rights reserved.