public class DefaultLabelHop extends org.onosproject.yang.model.InnerModelObject implements LabelHop
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeLabelHop.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected GeneralizedLabel |
value |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultLabelHop()
Creates an instance of defaultLabelHop.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(LabelHop.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
GeneralizedLabel |
value()
Returns the attribute value.
|
void |
value(GeneralizedLabel value)
Sets the attribute value.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected GeneralizedLabel value
protected BitSet valueLeafFlags
public GeneralizedLabel value()
LabelHoppublic BitSet valueLeafFlags()
LabelHopvalueLeafFlags in interface LabelHoppublic void value(GeneralizedLabel value)
LabelHoppublic boolean isLeafValueSet(LabelHop.LeafIdentifier leaf)
LabelHopisLeafValueSet in interface LabelHopleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.