public class TopLevelListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<TopLevelList>
TopLevelListBuilder
instances.TopLevelListBuilder
Constructor and Description |
---|
TopLevelListBuilder() |
TopLevelListBuilder(TopLevelList base) |
Modifier and Type | Method and Description |
---|---|
TopLevelListBuilder |
addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentationValue) |
<E extends Augmentation<TopLevelList>> |
augmentation(Class<E> augmentationType) |
TopLevelList |
build() |
ChoiceInList |
getChoiceInList() |
String |
getName() |
List<NestedList> |
getNestedList() |
TopLevelListKey |
key() |
TopLevelListBuilder |
removeAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType) |
TopLevelListBuilder |
setChoiceInList(ChoiceInList value) |
TopLevelListBuilder |
setName(String value) |
TopLevelListBuilder |
setNestedList(List<NestedList> values) |
TopLevelListBuilder |
withKey(TopLevelListKey key) |
public TopLevelListBuilder()
public TopLevelListBuilder(TopLevelList base)
public TopLevelListKey key()
public ChoiceInList getChoiceInList()
public String getName()
public List<NestedList> getNestedList()
public <E extends Augmentation<TopLevelList>> E augmentation(Class<E> augmentationType)
public TopLevelListBuilder withKey(TopLevelListKey key)
public TopLevelListBuilder setChoiceInList(ChoiceInList value)
public TopLevelListBuilder setName(String value)
public TopLevelListBuilder setNestedList(List<NestedList> values)
public TopLevelListBuilder addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType, Augmentation<TopLevelList> augmentationValue)
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.