public class DefaultBundledLinks extends org.onosproject.yang.model.InnerModelObject implements BundledLinks
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<BundledLink> |
bundledLink |
| Constructor and Description |
|---|
DefaultBundledLinks()
Creates an instance of defaultBundledLinks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToBundledLink(BundledLink addTo)
Adds to the list of bundledLink.
|
List<BundledLink> |
bundledLink()
Returns the attribute bundledLink.
|
void |
bundledLink(List<BundledLink> bundledLink)
Sets the attribute bundledLink.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<BundledLink> bundledLink
public DefaultBundledLinks()
public List<BundledLink> bundledLink()
BundledLinksbundledLink in interface BundledLinkspublic void bundledLink(List<BundledLink> bundledLink)
BundledLinksbundledLink in interface BundledLinksbundledLink - list of bundledLinkpublic void addToBundledLink(BundledLink addTo)
BundledLinksaddToBundledLink in interface BundledLinksaddTo - value of bundledLinkCopyright © 2017. All rights reserved.