public interface MyCont extends TreeChildNode<TestOperationServiceData,Item<MyCont>>, Instantiable<MyCont>, Augmentable<MyCont>
This class represents the following YANG schema fragment defined in module test-operation-service
container my-cont { action in-cont { input { leaf input-leaf { type string; } } output { leaf output-leaf { type string; } } } action in-cont2 { input { leaf input-leaf { type string; } } output { leaf output-leaf { type string; } } } }The schema path to identify an instance is test-operation-service/my-cont
To create instances of this class use MyContBuilder
.
MyContBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
static InstanceIdentifier<MyCont> |
getInstanceIdentifier() |
treeIdentifier, treeParent
implementedInterface
augments, getAugmentation
static InstanceIdentifier<MyCont> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.