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