public class DefaultTunnel extends org.onosproject.yang.model.InnerModelObject implements Tunnel, org.onosproject.yang.model.MultiInstanceObject<TunnelKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTunnel.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected State |
state |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTunnel()
Creates an instance of defaultTunnel.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Tunnel.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
name()
Returns the attribute name.
|
void |
name(String 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 String name
protected BitSet valueLeafFlags
protected State state
public BitSet valueLeafFlags()
TunnelvalueLeafFlags in interface Tunnelpublic void name(String name)
Tunnelpublic void state(State state)
Tunnelpublic boolean isLeafValueSet(Tunnel.LeafIdentifier leaf)
TunnelisLeafValueSet in interface Tunnelleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.