public class NestedListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NestedList>
NestedList
instances.NestedList
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
NestedListBuilder() |
NestedListBuilder(NestedList base) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
NestedList |
build() |
<E extends Augmentation<? super NestedList>> |
getAugmentation(Class<E> augmentationType) |
NestedListKey |
getIdentifier() |
String |
getName() |
String |
getType() |
NestedListBuilder |
removeAugmentation(Class<? extends Augmentation<NestedList>> augmentationType) |
NestedListBuilder |
setIdentifier(NestedListKey value) |
NestedListBuilder |
setName(String value) |
NestedListBuilder |
setType(String value) |
public NestedListBuilder()
public NestedListBuilder(NestedList base)
public NestedListKey getIdentifier()
public String getName()
public String getType()
public <E extends Augmentation<? super NestedList>> E getAugmentation(Class<E> augmentationType)
public NestedListBuilder setName(String value)
public NestedListBuilder setType(String value)
public NestedListBuilder setIdentifier(NestedListKey value)
public NestedListBuilder addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType, Augmentation<NestedList> augmentation)
public NestedListBuilder removeAugmentation(Class<? extends Augmentation<NestedList>> augmentationType)
public NestedList build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<NestedList,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.