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