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