public interface CandidateP2PsecondaryPath
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CandidateP2PsecondaryPath.LeafIdentifier
Identify the leaf of CandidateP2PsecondaryPath.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
isLeafValueSet(CandidateP2PsecondaryPath.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
secondaryPath()
Returns the attribute secondaryPath.
|
void |
secondaryPath(Object secondaryPath)
Sets the attribute secondaryPath.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object secondaryPath()
BitSet valueLeafFlags()
Config config()
State state()
void secondaryPath(Object secondaryPath)
secondaryPath - value of secondaryPathvoid config(Config config)
config - value of configvoid state(State state)
state - value of stateboolean isLeafValueSet(CandidateP2PsecondaryPath.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.