public class DefaultNamedAdminGroups extends org.onosproject.yang.model.InnerModelObject implements NamedAdminGroups
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<NamedAdminGroup> |
namedAdminGroup |
| Constructor and Description |
|---|
DefaultNamedAdminGroups()
Creates an instance of defaultNamedAdminGroups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToNamedAdminGroup(NamedAdminGroup addTo)
Adds to the list of namedAdminGroup.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<NamedAdminGroup> |
namedAdminGroup()
Returns the attribute namedAdminGroup.
|
void |
namedAdminGroup(List<NamedAdminGroup> namedAdminGroup)
Sets the attribute namedAdminGroup.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<NamedAdminGroup> namedAdminGroup
public DefaultNamedAdminGroups()
public List<NamedAdminGroup> namedAdminGroup()
NamedAdminGroupsnamedAdminGroup in interface NamedAdminGroupspublic void namedAdminGroup(List<NamedAdminGroup> namedAdminGroup)
NamedAdminGroupsnamedAdminGroup in interface NamedAdminGroupsnamedAdminGroup - list of namedAdminGrouppublic void addToNamedAdminGroup(NamedAdminGroup addTo)
NamedAdminGroupsaddToNamedAdminGroup in interface NamedAdminGroupsaddTo - value of namedAdminGroupCopyright © 2018. All rights reserved.