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