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 Class<? extends RouteUsageType> |
explicitRouteUsage |
protected Object |
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) |
Class<? extends RouteUsageType> |
explicitRouteUsage()
Returns the attribute explicitRouteUsage.
|
void |
explicitRouteUsage(Class<? extends RouteUsageType> explicitRouteUsage)
Sets the attribute explicitRouteUsage.
|
int |
hashCode() |
Object |
index()
Returns the attribute index.
|
void |
index(Object 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 Object index
protected Class<? extends RouteUsageType> explicitRouteUsage
protected BitSet valueLeafFlags
protected Config config
protected State state
public DefaultExplicitRouteObject()
public Object index()
ExplicitRouteObjectindex in interface ExplicitRouteObjectpublic Class<? extends RouteUsageType> explicitRouteUsage()
ExplicitRouteObjectexplicitRouteUsage in interface ExplicitRouteObjectpublic BitSet valueLeafFlags()
ExplicitRouteObjectvalueLeafFlags in interface ExplicitRouteObjectpublic Config config()
ExplicitRouteObjectconfig in interface ExplicitRouteObjectpublic State state()
ExplicitRouteObjectstate in interface ExplicitRouteObjectpublic void index(Object index)
ExplicitRouteObjectindex in interface ExplicitRouteObjectindex - value of indexpublic void explicitRouteUsage(Class<? extends RouteUsageType> explicitRouteUsage)
ExplicitRouteObjectexplicitRouteUsage in interface ExplicitRouteObjectexplicitRouteUsage - value of explicitRouteUsagepublic 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.