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