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