public class GrpContBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<GrpCont>
GrpContBuilder
instances.GrpContBuilder
Constructor and Description |
---|
GrpContBuilder() |
GrpContBuilder(GrpCont base) |
Modifier and Type | Method and Description |
---|---|
GrpContBuilder |
addAugmentation(Class<? extends Augmentation<GrpCont>> augmentationType,
Augmentation<GrpCont> augmentationValue) |
<E extends Augmentation<GrpCont>> |
augmentation(Class<E> augmentationType) |
GrpCont |
build() |
String |
getGrpLeaf() |
GrpContBuilder |
removeAugmentation(Class<? extends Augmentation<GrpCont>> augmentationType) |
GrpContBuilder |
setGrpLeaf(String value) |
public GrpContBuilder()
public GrpContBuilder(GrpCont base)
public String getGrpLeaf()
public <E extends Augmentation<GrpCont>> E augmentation(Class<E> augmentationType)
public GrpContBuilder setGrpLeaf(String value)
public GrpContBuilder addAugmentation(Class<? extends Augmentation<GrpCont>> augmentationType, Augmentation<GrpCont> augmentationValue)
public GrpContBuilder removeAugmentation(Class<? extends Augmentation<GrpCont>> augmentationType)
public GrpCont build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<GrpCont,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.