public class OverlayItemWrapper extends Object
Constructor and Description |
---|
OverlayItemWrapper(String itemId,
OverlayItem overlayItem)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addOverlayItem(OverlayItem overlayItem) |
org.opendaylight.yangtools.yang.data.api.schema.MapNode |
getAggregatedTerminationPoints() |
String |
getId() |
Queue<OverlayItem> |
getOverlayItems() |
void |
setAggregatedTerminationPoints(org.opendaylight.yangtools.yang.data.api.schema.MapNode aggregatedTerminationPoints) |
void |
setId(String wrapperId) |
void |
setLogicalNodes(Queue<OverlayItem> overlayItems) |
public OverlayItemWrapper(String itemId, OverlayItem overlayItem)
itemId
- aggregated item idoverlayItem
- initial overlay item to be wrappedpublic void addOverlayItem(OverlayItem overlayItem)
overlayItem
- adds overlay item into this wrapperpublic Queue<OverlayItem> getOverlayItems()
public void setLogicalNodes(Queue<OverlayItem> overlayItems)
overlayItems
- sets overlay items wrapped by this wrapperpublic String getId()
public void setId(String wrapperId)
wrapperId
- aggregated item item id to setpublic org.opendaylight.yangtools.yang.data.api.schema.MapNode getAggregatedTerminationPoints()
public void setAggregatedTerminationPoints(org.opendaylight.yangtools.yang.data.api.schema.MapNode aggregatedTerminationPoints)
Copyright © 2018 OpenDaylight. All rights reserved.