public class DefaultDestination extends org.onosproject.yang.model.InnerModelObject implements Destination
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeDestination.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected NodeId |
destNode |
protected TpId |
destTp |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultDestination()
Creates an instance of defaultDestination.
|
| Modifier and Type | Method and Description |
|---|---|
NodeId |
destNode()
Returns the attribute destNode.
|
void |
destNode(NodeId destNode)
Sets the attribute destNode.
|
TpId |
destTp()
Returns the attribute destTp.
|
void |
destTp(TpId destTp)
Sets the attribute destTp.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Destination.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected NodeId destNode
protected TpId destTp
protected BitSet valueLeafFlags
public DefaultDestination()
public NodeId destNode()
DestinationdestNode in interface Destinationpublic TpId destTp()
DestinationdestTp in interface Destinationpublic BitSet valueLeafFlags()
DestinationvalueLeafFlags in interface Destinationpublic void destNode(NodeId destNode)
DestinationdestNode in interface DestinationdestNode - value of destNodepublic void destTp(TpId destTp)
DestinationdestTp in interface DestinationdestTp - value of destTppublic boolean isLeafValueSet(Destination.LeafIdentifier leaf)
DestinationisLeafValueSet in interface Destinationleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.