public class DefaultTestedCont extends org.onosproject.yang.model.InnerModelObject implements TestedCont
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTestedCont.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
presence |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTestedCont()
Creates an instance of defaultTestedCont.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(TestedCont.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
presence()
Returns the attribute presence.
|
void |
presence(String presence)
Sets the attribute presence.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultTestedCont()
public String presence()
TestedContpresence in interface TestedContpublic BitSet valueLeafFlags()
TestedContvalueLeafFlags in interface TestedContpublic void presence(String presence)
TestedContpresence in interface TestedContpresence - value of presencepublic boolean isLeafValueSet(TestedCont.LeafIdentifier leaf)
TestedContisLeafValueSet in interface TestedContleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.