public class DefaultTunnelTerminationPoint extends org.onosproject.yang.model.InnerModelObject implements TunnelTerminationPoint, org.onosproject.yang.model.MultiInstanceObject<TunnelTerminationPointKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTunnelTerminationPoint.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected State |
state |
protected byte[] |
tunnelTpId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTunnelTerminationPoint()
Creates an instance of defaultTunnelTerminationPoint.
|
| 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() |
boolean |
isLeafValueSet(TunnelTerminationPoint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
String |
toString() |
byte[] |
tunnelTpId()
Returns the attribute tunnelTpId.
|
void |
tunnelTpId(byte[] tunnelTpId)
Sets the attribute tunnelTpId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected byte[] tunnelTpId
protected BitSet valueLeafFlags
protected Config config
protected State state
public DefaultTunnelTerminationPoint()
public byte[] tunnelTpId()
TunnelTerminationPointtunnelTpId in interface TunnelTerminationPointpublic BitSet valueLeafFlags()
TunnelTerminationPointvalueLeafFlags in interface TunnelTerminationPointpublic Config config()
TunnelTerminationPointconfig in interface TunnelTerminationPointpublic State state()
TunnelTerminationPointstate in interface TunnelTerminationPointpublic void tunnelTpId(byte[] tunnelTpId)
TunnelTerminationPointtunnelTpId in interface TunnelTerminationPointtunnelTpId - value of tunnelTpIdpublic void config(Config config)
TunnelTerminationPointconfig in interface TunnelTerminationPointconfig - value of configpublic void state(State state)
TunnelTerminationPointstate in interface TunnelTerminationPointstate - value of statepublic boolean isLeafValueSet(TunnelTerminationPoint.LeafIdentifier leaf)
TunnelTerminationPointisLeafValueSet in interface TunnelTerminationPointleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.