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