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