public interface MyRpcInput extends TreeChildNode<TestOperationServiceMyRpcRpc,Item<MyRpcInput>>, Input<MyRpcInput>, Instantiable<MyRpcInput>, Augmentable<MyRpcInput>
This class represents the following YANG schema fragment defined in module test-operation-service
input { leaf rpc-input-leaf { type string; } }The schema path to identify an instance is test-operation-service/my-rpc/input
To create instances of this class use MyRpcInputBuilder
.
MyRpcInputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
String |
getRpcInputLeaf() |
Class<MyRpcInput> |
implementedInterface() |
treeIdentifier, treeParent
augments, getAugmentation
String getRpcInputLeaf()
Class<MyRpcInput> implementedInterface()
implementedInterface
in interface Instantiable<MyRpcInput>
java.lang.Class
implementedInterface
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.