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 String |
groupId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultGroup()
Creates an instance of defaultGroup.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
groupId()
Returns the attribute groupId.
|
void |
groupId(String groupId)
Sets the attribute groupId.
|
int |
hashCode() |
boolean |
isLeafValueSet(Group.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public String groupId()
Grouppublic BitSet valueLeafFlags()
GroupvalueLeafFlags in interface Grouppublic void groupId(String groupId)
Grouppublic boolean isLeafValueSet(Group.LeafIdentifier leaf)
GroupisLeafValueSet in interface Groupleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.