public class NestedListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NestedList>
NestedListBuilder
instances.NestedListBuilder
Constructor and Description |
---|
NestedListBuilder() |
NestedListBuilder(NestedList base) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentationValue) |
<E extends Augmentation<NestedList>> |
augmentation(Class<E> augmentationType) |
NestedList |
build() |
String |
getName() |
String |
getType() |
NestedListKey |
key() |
NestedListBuilder |
removeAugmentation(Class<? extends Augmentation<NestedList>> augmentationType) |
NestedListBuilder |
setName(String value) |
NestedListBuilder |
setType(String value) |
NestedListBuilder |
withKey(NestedListKey key) |
public NestedListBuilder()
public NestedListBuilder(NestedList base)
public NestedListKey key()
public String getName()
public String getType()
public <E extends Augmentation<NestedList>> E augmentation(Class<E> augmentationType)
public NestedListBuilder withKey(NestedListKey key)
public NestedListBuilder setName(String value)
public NestedListBuilder setType(String value)
public NestedListBuilder addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType, Augmentation<NestedList> augmentationValue)
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.