public class DefaultTe extends org.onosproject.yang.model.InnerModelObject implements Te
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTe.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected State |
state |
protected TeNodeId |
teNodeId |
protected List<TunnelTerminationPoint> |
tunnelTerminationPoint |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTe()
Creates an instance of defaultTe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTunnelTerminationPoint(TunnelTerminationPoint addTo)
Adds to the list of tunnelTerminationPoint.
|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Te.LeafIdentifier leaf)
Checks if the leaf value is set.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
TeNodeId |
teNodeId()
Returns the attribute teNodeId.
|
void |
teNodeId(TeNodeId teNodeId)
Sets the attribute teNodeId.
|
String |
toString() |
List<TunnelTerminationPoint> |
tunnelTerminationPoint()
Returns the attribute tunnelTerminationPoint.
|
void |
tunnelTerminationPoint(List<TunnelTerminationPoint> tunnelTerminationPoint)
Sets the attribute tunnelTerminationPoint.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected TeNodeId teNodeId
protected BitSet valueLeafFlags
protected Config config
protected State state
protected List<TunnelTerminationPoint> tunnelTerminationPoint
public TeNodeId teNodeId()
Tepublic BitSet valueLeafFlags()
TevalueLeafFlags in interface Tepublic List<TunnelTerminationPoint> tunnelTerminationPoint()
TetunnelTerminationPoint in interface Tepublic void teNodeId(TeNodeId teNodeId)
Tepublic void config(Config config)
Tepublic void state(State state)
Tepublic void tunnelTerminationPoint(List<TunnelTerminationPoint> tunnelTerminationPoint)
TetunnelTerminationPoint in interface TetunnelTerminationPoint - list of tunnelTerminationPointpublic void addToTunnelTerminationPoint(TunnelTerminationPoint addTo)
TeaddToTunnelTerminationPoint in interface TeaddTo - value of tunnelTerminationPointpublic boolean isLeafValueSet(Te.LeafIdentifier leaf)
TeisLeafValueSet in interface Teleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.