public class GlobalErrorsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<GlobalErrors>
GlobalErrorsBuilder
instances.GlobalErrorsBuilder
Constructor and Description |
---|
GlobalErrorsBuilder() |
GlobalErrorsBuilder(Errors arg) |
GlobalErrorsBuilder(GlobalErrors base) |
Modifier and Type | Method and Description |
---|---|
GlobalErrorsBuilder |
addAugmentation(Class<? extends Augmentation<GlobalErrors>> augmentationType,
Augmentation<GlobalErrors> augmentationValue) |
<E extends Augmentation<GlobalErrors>> |
augmentation(Class<E> augmentationType) |
GlobalErrors |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
Errors |
getErrors() |
GlobalErrorsBuilder |
removeAugmentation(Class<? extends Augmentation<GlobalErrors>> augmentationType) |
GlobalErrorsBuilder |
setErrors(Errors value) |
public GlobalErrorsBuilder()
public GlobalErrorsBuilder(Errors arg)
public GlobalErrorsBuilder(GlobalErrors base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic Errors getErrors()
public <E extends Augmentation<GlobalErrors>> E augmentation(Class<E> augmentationType)
public GlobalErrorsBuilder setErrors(Errors value)
public GlobalErrorsBuilder addAugmentation(Class<? extends Augmentation<GlobalErrors>> augmentationType, Augmentation<GlobalErrors> augmentationValue)
public GlobalErrorsBuilder removeAugmentation(Class<? extends Augmentation<GlobalErrors>> augmentationType)
public GlobalErrors build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<GlobalErrors,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.