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