public class DefaultNamedAdminGroup extends org.onosproject.yang.model.InnerModelObject implements NamedAdminGroup, org.onosproject.yang.model.MultiInstanceObject<NamedAdminGroupKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeNamedAdminGroup.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected Object |
name |
protected State |
state |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNamedAdminGroup()
Creates an instance of defaultNamedAdminGroup.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(NamedAdminGroup.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
name()
Returns the attribute name.
|
void |
name(Object name)
Sets the attribute name.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Object name
protected BitSet valueLeafFlags
protected Config config
protected State state
public DefaultNamedAdminGroup()
public Object name()
NamedAdminGroupname in interface NamedAdminGrouppublic BitSet valueLeafFlags()
NamedAdminGroupvalueLeafFlags in interface NamedAdminGrouppublic Config config()
NamedAdminGroupconfig in interface NamedAdminGrouppublic State state()
NamedAdminGroupstate in interface NamedAdminGrouppublic void name(Object name)
NamedAdminGroupname in interface NamedAdminGroupname - value of namepublic void config(Config config)
NamedAdminGroupconfig in interface NamedAdminGroupconfig - value of configpublic void state(State state)
NamedAdminGroupstate in interface NamedAdminGroupstate - value of statepublic boolean isLeafValueSet(NamedAdminGroup.LeafIdentifier leaf)
NamedAdminGroupisLeafValueSet in interface NamedAdminGroupleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.