public class UnorderedContainerBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<UnorderedContainer>
UnorderedContainerBuilder
instances.UnorderedContainerBuilder
Constructor and Description |
---|
UnorderedContainerBuilder() |
UnorderedContainerBuilder(UnorderedContainer base) |
Modifier and Type | Method and Description |
---|---|
UnorderedContainerBuilder |
addAugmentation(Class<? extends Augmentation<UnorderedContainer>> augmentationType,
Augmentation<UnorderedContainer> augmentationValue) |
<E extends Augmentation<UnorderedContainer>> |
augmentation(Class<E> augmentationType) |
UnorderedContainer |
build() |
List<UnorderedList> |
getUnorderedList() |
UnorderedContainerBuilder |
removeAugmentation(Class<? extends Augmentation<UnorderedContainer>> augmentationType) |
UnorderedContainerBuilder |
setUnorderedList(List<UnorderedList> values) |
public UnorderedContainerBuilder()
public UnorderedContainerBuilder(UnorderedContainer base)
public List<UnorderedList> getUnorderedList()
public <E extends Augmentation<UnorderedContainer>> E augmentation(Class<E> augmentationType)
public UnorderedContainerBuilder setUnorderedList(List<UnorderedList> values)
public UnorderedContainerBuilder addAugmentation(Class<? extends Augmentation<UnorderedContainer>> augmentationType, Augmentation<UnorderedContainer> augmentationValue)
public UnorderedContainerBuilder removeAugmentation(Class<? extends Augmentation<UnorderedContainer>> augmentationType)
public UnorderedContainer build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<UnorderedContainer,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.