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