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