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