public class ContainerAugmentBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ContainerAugment>
ContainerAugmentBuilder
instances.ContainerAugmentBuilder
Constructor and Description |
---|
ContainerAugmentBuilder() |
ContainerAugmentBuilder(ContainerAugment base) |
ContainerAugmentBuilder(UsesGroupingAugmetTestgroupingInner arg) |
Modifier and Type | Method and Description |
---|---|
ContainerAugmentBuilder |
addAugmentation(Class<? extends Augmentation<ContainerAugment>> augmentationType,
Augmentation<ContainerAugment> augmentationValue) |
<E extends Augmentation<ContainerAugment>> |
augmentation(Class<E> augmentationType) |
ContainerAugment |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
ContainerAugmet1 |
getContainerAugmet1() |
ContainerAugmentBuilder |
removeAugmentation(Class<? extends Augmentation<ContainerAugment>> augmentationType) |
ContainerAugmentBuilder |
setContainerAugmet1(ContainerAugmet1 value) |
public ContainerAugmentBuilder()
public ContainerAugmentBuilder(UsesGroupingAugmetTestgroupingInner arg)
public ContainerAugmentBuilder(ContainerAugment base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic ContainerAugmet1 getContainerAugmet1()
public <E extends Augmentation<ContainerAugment>> E augmentation(Class<E> augmentationType)
public ContainerAugmentBuilder setContainerAugmet1(ContainerAugmet1 value)
public ContainerAugmentBuilder addAugmentation(Class<? extends Augmentation<ContainerAugment>> augmentationType, Augmentation<ContainerAugment> augmentationValue)
public ContainerAugmentBuilder removeAugmentation(Class<? extends Augmentation<ContainerAugment>> augmentationType)
public ContainerAugment build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<ContainerAugment,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.