public class DefaultConfig extends org.onosproject.yang.model.InnerModelObject implements Config
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeConfig.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends TePathSetupProtocol> |
pathSetupProtocol |
protected int |
priority |
protected Object |
secondaryPath |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultConfig()
Creates an instance of defaultConfig.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Config.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends TePathSetupProtocol> |
pathSetupProtocol()
Returns the attribute pathSetupProtocol.
|
void |
pathSetupProtocol(Class<? extends TePathSetupProtocol> pathSetupProtocol)
Sets the attribute pathSetupProtocol.
|
int |
priority()
Returns the attribute priority.
|
void |
priority(int priority)
Sets the attribute priority.
|
Object |
secondaryPath()
Returns the attribute secondaryPath.
|
void |
secondaryPath(Object secondaryPath)
Sets the attribute secondaryPath.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Object secondaryPath
protected int priority
protected Class<? extends TePathSetupProtocol> pathSetupProtocol
protected BitSet valueLeafFlags
public Object secondaryPath()
ConfigsecondaryPath in interface Configpublic int priority()
Configpublic Class<? extends TePathSetupProtocol> pathSetupProtocol()
ConfigpathSetupProtocol in interface Configpublic BitSet valueLeafFlags()
ConfigvalueLeafFlags in interface Configpublic void secondaryPath(Object secondaryPath)
ConfigsecondaryPath in interface ConfigsecondaryPath - value of secondaryPathpublic void priority(int priority)
Configpublic void pathSetupProtocol(Class<? extends TePathSetupProtocol> pathSetupProtocol)
ConfigpathSetupProtocol in interface ConfigpathSetupProtocol - value of pathSetupProtocolpublic boolean isLeafValueSet(Config.LeafIdentifier leaf)
ConfigisLeafValueSet in interface Configleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.