Modifier and Type | Method and Description |
---|---|
Errors |
Errors.getErrors()
Represents an error report returned by the server ifa request results in an
error.
|
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Errors>> |
ErrorsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Errors |
ErrorsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
ErrorsBuilder |
ErrorsBuilder.addAugmentation(Class<? extends Augmentation<Errors>> augmentationType,
Augmentation<Errors> augmentationValue) |
ErrorsBuilder |
ErrorsBuilder.addAugmentation(Class<? extends Augmentation<Errors>> augmentationType,
Augmentation<Errors> augmentationValue) |
ErrorsBuilder |
ErrorsBuilder.removeAugmentation(Class<? extends Augmentation<Errors>> augmentationType) |
Constructor and Description |
---|
ErrorsBuilder(Errors base) |
Modifier and Type | Method and Description |
---|---|
Errors |
ErrorsBuilder.getErrors() |
Modifier and Type | Method and Description |
---|---|
ErrorsBuilder |
ErrorsBuilder.setErrors(Errors value) |
Modifier and Type | Method and Description |
---|---|
Errors |
GlobalErrorsBuilder.getErrors() |
Modifier and Type | Method and Description |
---|---|
GlobalErrorsBuilder |
GlobalErrorsBuilder.setErrors(Errors value) |
Copyright © 2019 OpenDaylight. All rights reserved.