public interface P2PsecondaryPath
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
P2PsecondaryPath.LeafIdentifier
Identify the leaf of P2PsecondaryPath.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
isLeafValueSet(P2PsecondaryPath.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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object name()
BitSet valueLeafFlags()
Config config()
State state()
void name(Object name)
name - value of namevoid config(Config config)
config - value of configvoid state(State state)
state - value of stateboolean isLeafValueSet(P2PsecondaryPath.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.