public class DefaultNamedSrlg extends org.onosproject.yang.model.InnerModelObject implements NamedSrlg, org.onosproject.yang.model.MultiInstanceObject<NamedSrlgKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeNamedSrlg.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected Object |
name |
protected State |
state |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNamedSrlg()
Creates an instance of defaultNamedSrlg.
|
| 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(NamedSrlg.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 DefaultNamedSrlg()
public BitSet valueLeafFlags()
NamedSrlgvalueLeafFlags in interface NamedSrlgpublic Config config()
NamedSrlgpublic State state()
NamedSrlgpublic void name(Object name)
NamedSrlgpublic void config(Config config)
NamedSrlgpublic void state(State state)
NamedSrlgpublic boolean isLeafValueSet(NamedSrlg.LeafIdentifier leaf)
NamedSrlgisLeafValueSet in interface NamedSrlgleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.