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