public class DefaultComponentLink extends org.onosproject.yang.model.InnerModelObject implements ComponentLink, org.onosproject.yang.model.MultiInstanceObject<ComponentLinkKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeComponentLink.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
desInterfaceRef |
protected long |
sequence |
protected String |
srcInterfaceRef |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultComponentLink()
Creates an instance of defaultComponentLink.
|
| Modifier and Type | Method and Description |
|---|---|
String |
desInterfaceRef()
Returns the attribute desInterfaceRef.
|
void |
desInterfaceRef(String desInterfaceRef)
Sets the attribute desInterfaceRef.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(ComponentLink.LeafIdentifier leaf)
Checks if the leaf value is set.
|
long |
sequence()
Returns the attribute sequence.
|
void |
sequence(long sequence)
Sets the attribute sequence.
|
String |
srcInterfaceRef()
Returns the attribute srcInterfaceRef.
|
void |
srcInterfaceRef(String srcInterfaceRef)
Sets the attribute srcInterfaceRef.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected long sequence
protected String srcInterfaceRef
protected String desInterfaceRef
protected BitSet valueLeafFlags
public DefaultComponentLink()
public long sequence()
ComponentLinksequence in interface ComponentLinkpublic String srcInterfaceRef()
ComponentLinksrcInterfaceRef in interface ComponentLinkpublic String desInterfaceRef()
ComponentLinkdesInterfaceRef in interface ComponentLinkpublic BitSet valueLeafFlags()
ComponentLinkvalueLeafFlags in interface ComponentLinkpublic void sequence(long sequence)
ComponentLinksequence in interface ComponentLinksequence - value of sequencepublic void srcInterfaceRef(String srcInterfaceRef)
ComponentLinksrcInterfaceRef in interface ComponentLinksrcInterfaceRef - value of srcInterfaceRefpublic void desInterfaceRef(String desInterfaceRef)
ComponentLinkdesInterfaceRef in interface ComponentLinkdesInterfaceRef - value of desInterfaceRefpublic boolean isLeafValueSet(ComponentLink.LeafIdentifier leaf)
ComponentLinkisLeafValueSet in interface ComponentLinkleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.