public class InListOutputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<InListOutput>
InListOutput
instances.InListOutput
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
InListOutputBuilder() |
InListOutputBuilder(InListOutput base) |
Modifier and Type | Method and Description |
---|---|
InListOutputBuilder |
addAugmentation(Class<? extends Augmentation<InListOutput>> augmentationType,
Augmentation<InListOutput> augmentation) |
InListOutput |
build() |
<E extends Augmentation<? super InListOutput>> |
getAugmentation(Class<E> augmentationType) |
String |
getOutputListLeaf() |
InListOutputBuilder |
removeAugmentation(Class<? extends Augmentation<InListOutput>> augmentationType) |
InListOutputBuilder |
setOutputListLeaf(String value) |
public InListOutputBuilder()
public InListOutputBuilder(InListOutput base)
public String getOutputListLeaf()
public <E extends Augmentation<? super InListOutput>> E getAugmentation(Class<E> augmentationType)
public InListOutputBuilder setOutputListLeaf(String value)
public InListOutputBuilder addAugmentation(Class<? extends Augmentation<InListOutput>> augmentationType, Augmentation<InListOutput> augmentation)
public InListOutputBuilder removeAugmentation(Class<? extends Augmentation<InListOutput>> augmentationType)
public InListOutput build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<InListOutput,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.