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