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