public class DefaultComponentLinks extends org.onosproject.yang.model.InnerModelObject implements ComponentLinks
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<ComponentLink> |
componentLink |
| Constructor and Description |
|---|
DefaultComponentLinks()
Creates an instance of defaultComponentLinks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToComponentLink(ComponentLink addTo)
Adds to the list of componentLink.
|
List<ComponentLink> |
componentLink()
Returns the attribute componentLink.
|
void |
componentLink(List<ComponentLink> componentLink)
Sets the attribute componentLink.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
protected List<ComponentLink> componentLink
public DefaultComponentLinks()
public List<ComponentLink> componentLink()
ComponentLinkscomponentLink in interface ComponentLinkspublic void componentLink(List<ComponentLink> componentLink)
ComponentLinkscomponentLink in interface ComponentLinkscomponentLink - list of componentLinkpublic void addToComponentLink(ComponentLink addTo)
ComponentLinksaddToComponentLink in interface ComponentLinksaddTo - value of componentLinkCopyright © 2017. All rights reserved.