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