public class ChoiceListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ChoiceList>
ChoiceListBuilder
instances.ChoiceListBuilder
Constructor and Description |
---|
ChoiceListBuilder() |
ChoiceListBuilder(ChoiceList base) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentationValue) |
<E extends Augmentation<ChoiceList>> |
augmentation(Class<E> augmentationType) |
ChoiceList |
build() |
ChoiceInChoiceList |
getChoiceInChoiceList() |
String |
getName() |
ChoiceListKey |
key() |
ChoiceListBuilder |
removeAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType) |
ChoiceListBuilder |
setChoiceInChoiceList(ChoiceInChoiceList value) |
ChoiceListBuilder |
setName(String value) |
ChoiceListBuilder |
withKey(ChoiceListKey key) |
public ChoiceListBuilder()
public ChoiceListBuilder(ChoiceList base)
public ChoiceListKey key()
public ChoiceInChoiceList getChoiceInChoiceList()
public String getName()
public <E extends Augmentation<ChoiceList>> E augmentation(Class<E> augmentationType)
public ChoiceListBuilder withKey(ChoiceListKey key)
public ChoiceListBuilder setChoiceInChoiceList(ChoiceInChoiceList value)
public ChoiceListBuilder setName(String value)
public ChoiceListBuilder addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType, Augmentation<ChoiceList> augmentationValue)
public ChoiceListBuilder removeAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType)
public ChoiceList build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<ChoiceList,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.