Modifier and Type | Method and Description |
---|---|
List<NestedList> |
TopLevelList.getNestedList()
A list of service functions that compose the service chain
|
Modifier and Type | Method and Description |
---|---|
List<NestedList> |
TopLevelListBuilder.getNestedList() |
Modifier and Type | Method and Description |
---|---|
TopLevelListBuilder |
TopLevelListBuilder.addToNestedList(NestedList value) |
TopLevelListBuilder |
TopLevelListBuilder.removeFromNestedList(NestedList value) |
Modifier and Type | Method and Description |
---|---|
TopLevelListBuilder |
TopLevelListBuilder.setNestedList(List<NestedList> values) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super NestedList>> |
NestedListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NestedList |
NestedListBuilder.build() |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
NestedListBuilder |
NestedListBuilder.removeAugmentation(Class<? extends Augmentation<NestedList>> augmentationType) |
Constructor and Description |
---|
NestedListBuilder(NestedList base) |
Copyright © 2019 OpenDaylight. All rights reserved.