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