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