Modifier and Type | Method and Description |
---|---|
List<Error> |
ErrorsBuilder.getError() |
Modifier and Type | Method and Description |
---|---|
ErrorsBuilder |
ErrorsBuilder.setError(List<Error> values) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Error>> |
ErrorBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Error |
ErrorBuilder.build() |
Modifier and Type | Method and Description |
---|---|
ErrorBuilder |
ErrorBuilder.addAugmentation(Class<? extends Augmentation<Error>> augmentationType,
Augmentation<Error> augmentationValue) |
ErrorBuilder |
ErrorBuilder.addAugmentation(Class<? extends Augmentation<Error>> augmentationType,
Augmentation<Error> augmentationValue) |
ErrorBuilder |
ErrorBuilder.removeAugmentation(Class<? extends Augmentation<Error>> augmentationType) |
Constructor and Description |
---|
ErrorBuilder(Error base) |
Copyright © 2019 OpenDaylight. All rights reserved.