public class TopLevelListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<TopLevelList>
TopLevelList
instances.TopLevelList
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
TopLevelListBuilder() |
TopLevelListBuilder(TopLevelList base) |
Modifier and Type | Method and Description |
---|---|
TopLevelListBuilder |
addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentation) |
TopLevelListBuilder |
addToNestedList(NestedList value) |
TopLevelList |
build() |
<E extends Augmentation<? super TopLevelList>> |
getAugmentation(Class<E> augmentationType) |
ChoiceInList |
getChoiceInList() |
TopLevelListKey |
getIdentifier() |
String |
getName() |
List<NestedList> |
getNestedList() |
TopLevelListBuilder |
removeAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType) |
TopLevelListBuilder |
removeFromNestedList(NestedList value) |
TopLevelListBuilder |
setChoiceInList(ChoiceInList value) |
TopLevelListBuilder |
setIdentifier(TopLevelListKey value) |
TopLevelListBuilder |
setName(String value) |
TopLevelListBuilder |
setNestedList(List<NestedList> values) |
public TopLevelListBuilder()
public TopLevelListBuilder(TopLevelList base)
public ChoiceInList getChoiceInList()
public TopLevelListKey getIdentifier()
public String getName()
public List<NestedList> getNestedList()
public <E extends Augmentation<? super TopLevelList>> E getAugmentation(Class<E> augmentationType)
public TopLevelListBuilder setName(String value)
public TopLevelListBuilder setIdentifier(TopLevelListKey value)
public TopLevelListBuilder setChoiceInList(ChoiceInList value)
public TopLevelListBuilder setNestedList(List<NestedList> values)
public TopLevelListBuilder addToNestedList(NestedList value)
public TopLevelListBuilder removeFromNestedList(NestedList value)
public TopLevelListBuilder addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType, Augmentation<TopLevelList> augmentation)
public TopLevelListBuilder removeAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType)
public TopLevelList build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<TopLevelList,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.