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