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