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