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