public class DefaultGroups extends org.onosproject.yang.model.InnerModelObject implements Groups
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultGroups()
Creates an instance of defaultGroups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToGroup(Group addTo)
Adds to the list of group.
|
boolean |
equals(Object obj) |
List<Group> |
group()
Returns the attribute group.
|
void |
group(List<Group> group)
Sets the attribute group.
|
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic List<Group> group()
Groupspublic void group(List<Group> group)
Groupspublic void addToGroup(Group addTo)
GroupsaddToGroup in interface GroupsaddTo - value of groupCopyright © 2018. All rights reserved.