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