public class TopLevelListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<TopLevelList>
TopLevelList instances.TopLevelList| Constructor and Description |
|---|
TopLevelListBuilder() |
TopLevelListBuilder(TopLevelList base) |
| Modifier and Type | Method and Description |
|---|---|
TopLevelListBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList> augmentation) |
TopLevelList |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>> |
getAugmentation(Class<E> augmentationType) |
TopLevelListKey |
getKey() |
String |
getName() |
List<NestedList> |
getNestedList() |
TopLevelListBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>> augmentationType) |
TopLevelListBuilder |
setKey(TopLevelListKey value) |
TopLevelListBuilder |
setName(String value) |
TopLevelListBuilder |
setNestedList(List<NestedList> value) |
public TopLevelListBuilder()
public TopLevelListBuilder(TopLevelList base)
public TopLevelListKey getKey()
public String getName()
public List<NestedList> getNestedList()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>> E getAugmentation(Class<E> augmentationType)
public TopLevelListBuilder setKey(TopLevelListKey value)
public TopLevelListBuilder setName(String value)
public TopLevelListBuilder setNestedList(List<NestedList> value)
public TopLevelListBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList> augmentation)
public TopLevelListBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>> augmentationType)
public TopLevelList build()
build in interface org.opendaylight.yangtools.concepts.Builder<TopLevelList>Copyright © 2015. All Rights Reserved.