public class DefaultTunnelP2Mp extends org.onosproject.yang.model.InnerModelObject implements TunnelP2Mp, org.onosproject.yang.model.MultiInstanceObject<TunnelP2MpKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTunnelP2Mp.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected Object |
identifier |
protected Object |
name |
protected State |
state |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTunnelP2Mp()
Creates an instance of defaultTunnelP2Mp.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Object name
protected Object identifier
protected BitSet valueLeafFlags
protected Config config
protected State state
public DefaultTunnelP2Mp()
public Object name()
TunnelP2Mpname in interface TunnelP2Mppublic Object identifier()
TunnelP2Mpidentifier in interface TunnelP2Mppublic BitSet valueLeafFlags()
TunnelP2MpvalueLeafFlags in interface TunnelP2Mppublic Config config()
TunnelP2Mpconfig in interface TunnelP2Mppublic State state()
TunnelP2Mpstate in interface TunnelP2Mppublic void name(Object name)
TunnelP2Mpname in interface TunnelP2Mpname - value of namepublic void identifier(Object identifier)
TunnelP2Mpidentifier in interface TunnelP2Mpidentifier - value of identifierpublic void config(Config config)
TunnelP2Mpconfig in interface TunnelP2Mpconfig - value of configpublic void state(State state)
TunnelP2Mpstate in interface TunnelP2Mpstate - value of statepublic boolean isLeafValueSet(TunnelP2Mp.LeafIdentifier leaf)
TunnelP2MpisLeafValueSet in interface TunnelP2Mpleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.