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