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