public class ChoiceListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ChoiceList>
ChoiceList
instances.ChoiceList
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
ChoiceListBuilder() |
ChoiceListBuilder(ChoiceList base) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentation) |
ChoiceList |
build() |
<E extends Augmentation<? super ChoiceList>> |
getAugmentation(Class<E> augmentationType) |
ChoiceInChoiceList |
getChoiceInChoiceList() |
ChoiceListKey |
getIdentifier() |
String |
getName() |
ChoiceListBuilder |
removeAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType) |
ChoiceListBuilder |
setChoiceInChoiceList(ChoiceInChoiceList value) |
ChoiceListBuilder |
setIdentifier(ChoiceListKey value) |
ChoiceListBuilder |
setName(String value) |
public ChoiceListBuilder()
public ChoiceListBuilder(ChoiceList base)
public ChoiceInChoiceList getChoiceInChoiceList()
public ChoiceListKey getIdentifier()
public String getName()
public <E extends Augmentation<? super ChoiceList>> E getAugmentation(Class<E> augmentationType)
public ChoiceListBuilder setName(String value)
public ChoiceListBuilder setIdentifier(ChoiceListKey value)
public ChoiceListBuilder setChoiceInChoiceList(ChoiceInChoiceList value)
public ChoiceListBuilder addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType, Augmentation<ChoiceList> augmentation)
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.