public class ErrorInfoBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ErrorInfo>
ErrorInfoBuilder
instances.ErrorInfoBuilder
Constructor and Description |
---|
ErrorInfoBuilder() |
ErrorInfoBuilder(ErrorInfo base) |
Modifier and Type | Method and Description |
---|---|
ErrorInfoBuilder |
addAugmentation(Class<? extends Augmentation<ErrorInfo>> augmentationType,
Augmentation<ErrorInfo> augmentationValue) |
<E extends Augmentation<ErrorInfo>> |
augmentation(Class<E> augmentationType) |
ErrorInfo |
build() |
ErrorInfoBuilder |
removeAugmentation(Class<? extends Augmentation<ErrorInfo>> augmentationType) |
public ErrorInfoBuilder()
public ErrorInfoBuilder(ErrorInfo base)
public <E extends Augmentation<ErrorInfo>> E augmentation(Class<E> augmentationType)
public ErrorInfoBuilder addAugmentation(Class<? extends Augmentation<ErrorInfo>> augmentationType, Augmentation<ErrorInfo> augmentationValue)
public ErrorInfoBuilder removeAugmentation(Class<? extends Augmentation<ErrorInfo>> augmentationType)
public ErrorInfo build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<ErrorInfo,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.