public class DefaultGroupContainer extends org.onosproject.yang.model.InnerModelObject implements GroupContainer
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeGroupContainer.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Uri |
groupLeaf |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultGroupContainer()
Creates an instance of defaultGroupContainer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Uri |
groupLeaf()
Returns the attribute groupLeaf.
|
void |
groupLeaf(Uri groupLeaf)
Sets the attribute groupLeaf.
|
int |
hashCode() |
boolean |
isLeafValueSet(GroupContainer.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public DefaultGroupContainer()
public Uri groupLeaf()
GroupContainergroupLeaf in interface GroupContainerpublic BitSet valueLeafFlags()
GroupContainervalueLeafFlags in interface GroupContainerpublic void groupLeaf(Uri groupLeaf)
GroupContainergroupLeaf in interface GroupContainergroupLeaf - value of groupLeafpublic boolean isLeafValueSet(GroupContainer.LeafIdentifier leaf)
GroupContainerisLeafValueSet in interface GroupContainerleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.