Modifier and Type | Method and Description |
---|---|
List<Component> |
HardwareBuilder.getComponent() |
Modifier and Type | Method and Description |
---|---|
HardwareBuilder |
HardwareBuilder.setComponent(List<Component> values) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Component>> |
ComponentBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Component |
ComponentBuilder.build() |
Modifier and Type | Method and Description |
---|---|
ComponentBuilder |
ComponentBuilder.addAugmentation(Class<? extends Augmentation<Component>> augmentationType,
Augmentation<Component> augmentationValue) |
ComponentBuilder |
ComponentBuilder.addAugmentation(Class<? extends Augmentation<Component>> augmentationType,
Augmentation<Component> augmentationValue) |
ComponentBuilder |
ComponentBuilder.removeAugmentation(Class<? extends Augmentation<Component>> augmentationType) |
Constructor and Description |
---|
ComponentBuilder(Component base) |
Copyright © 2019 OpenDaylight. All rights reserved.