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