public class ListsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Lists>
ListsBuilder
instances.ListsBuilder
Constructor and Description |
---|
ListsBuilder() |
ListsBuilder(Lists base) |
Modifier and Type | Method and Description |
---|---|
ListsBuilder |
addAugmentation(Class<? extends Augmentation<Lists>> augmentationType,
Augmentation<Lists> augmentationValue) |
<E extends Augmentation<Lists>> |
augmentation(Class<E> augmentationType) |
Lists |
build() |
OrderedContainer |
getOrderedContainer() |
UnkeyedContainer |
getUnkeyedContainer() |
UnorderedContainer |
getUnorderedContainer() |
ListsBuilder |
removeAugmentation(Class<? extends Augmentation<Lists>> augmentationType) |
ListsBuilder |
setOrderedContainer(OrderedContainer value) |
ListsBuilder |
setUnkeyedContainer(UnkeyedContainer value) |
ListsBuilder |
setUnorderedContainer(UnorderedContainer value) |
public ListsBuilder()
public ListsBuilder(Lists base)
public OrderedContainer getOrderedContainer()
public UnkeyedContainer getUnkeyedContainer()
public UnorderedContainer getUnorderedContainer()
public <E extends Augmentation<Lists>> E augmentation(Class<E> augmentationType)
public ListsBuilder setOrderedContainer(OrderedContainer value)
public ListsBuilder setUnkeyedContainer(UnkeyedContainer value)
public ListsBuilder setUnorderedContainer(UnorderedContainer value)
public ListsBuilder addAugmentation(Class<? extends Augmentation<Lists>> augmentationType, Augmentation<Lists> augmentationValue)
public ListsBuilder removeAugmentation(Class<? extends Augmentation<Lists>> augmentationType)
public Lists build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Lists,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.