public class DefaultSupportingLink extends org.onosproject.yang.model.InnerModelObject implements SupportingLink, org.onosproject.yang.model.MultiInstanceObject<SupportingLinkKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSupportingLink.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected LinkId |
linkRef |
protected NetworkId |
networkRef |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSupportingLink()
Creates an instance of defaultSupportingLink.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(SupportingLink.LeafIdentifier leaf)
Checks if the leaf value is set.
|
LinkId |
linkRef()
Returns the attribute linkRef.
|
void |
linkRef(LinkId linkRef)
Sets the attribute linkRef.
|
NetworkId |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(NetworkId networkRef)
Sets the attribute networkRef.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected NetworkId networkRef
protected LinkId linkRef
protected BitSet valueLeafFlags
public DefaultSupportingLink()
public NetworkId networkRef()
SupportingLinknetworkRef in interface SupportingLinkpublic LinkId linkRef()
SupportingLinklinkRef in interface SupportingLinkpublic BitSet valueLeafFlags()
SupportingLinkvalueLeafFlags in interface SupportingLinkpublic void networkRef(NetworkId networkRef)
SupportingLinknetworkRef in interface SupportingLinknetworkRef - value of networkRefpublic void linkRef(LinkId linkRef)
SupportingLinklinkRef in interface SupportingLinklinkRef - value of linkRefpublic boolean isLeafValueSet(SupportingLink.LeafIdentifier leaf)
SupportingLinkisLeafValueSet in interface SupportingLinkleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.