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