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