public class DefaultGroup extends org.onosproject.yang.model.InnerModelObject implements Group, org.onosproject.yang.model.MultiInstanceObject<GroupKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeGroup.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected GroupFormat |
groupFormat |
protected int |
id |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultGroup()
Creates an instance of defaultGroup.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GroupFormat |
groupFormat()
Returns the attribute groupFormat.
|
void |
groupFormat(GroupFormat groupFormat)
Sets the attribute groupFormat.
|
int |
hashCode() |
int |
id()
Returns the attribute id.
|
void |
id(int id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Group.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected int id
protected BitSet valueLeafFlags
protected GroupFormat groupFormat
public int id()
Grouppublic BitSet valueLeafFlags()
GroupvalueLeafFlags in interface Grouppublic GroupFormat groupFormat()
GroupgroupFormat in interface Grouppublic void id(int id)
Grouppublic void groupFormat(GroupFormat groupFormat)
GroupgroupFormat in interface GroupgroupFormat - value of groupFormatpublic boolean isLeafValueSet(Group.LeafIdentifier leaf)
GroupisLeafValueSet in interface Groupleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.