public class DefaultExplicitRouteObject extends org.onosproject.yang.model.InnerModelObject implements ExplicitRouteObject, org.onosproject.yang.model.MultiInstanceObject<ExplicitRouteObjectKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeExplicitRouteObject.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected long |
index |
protected State |
state |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultExplicitRouteObject()
Creates an instance of defaultExplicitRouteObject.
|
| 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() |
long |
index()
Returns the attribute index.
|
void |
index(long index)
Sets the attribute index.
|
boolean |
isLeafValueSet(ExplicitRouteObject.LeafIdentifier leaf)
Checks if the leaf value is set.
|
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 long index
protected BitSet valueLeafFlags
protected Config config
protected State state
public DefaultExplicitRouteObject()
public long index()
ExplicitRouteObjectindex in interface ExplicitRouteObjectpublic BitSet valueLeafFlags()
ExplicitRouteObjectvalueLeafFlags in interface ExplicitRouteObjectpublic Config config()
ExplicitRouteObjectconfig in interface ExplicitRouteObjectpublic State state()
ExplicitRouteObjectstate in interface ExplicitRouteObjectpublic void index(long index)
ExplicitRouteObjectindex in interface ExplicitRouteObjectindex - value of indexpublic void config(Config config)
ExplicitRouteObjectconfig in interface ExplicitRouteObjectconfig - value of configpublic void state(State state)
ExplicitRouteObjectstate in interface ExplicitRouteObjectstate - value of statepublic boolean isLeafValueSet(ExplicitRouteObject.LeafIdentifier leaf)
ExplicitRouteObjectisLeafValueSet in interface ExplicitRouteObjectleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.