public interface MyList extends Instantiable<MyList>, Augmentable<MyList>, org.opendaylight.yangtools.concepts.Identifiable<MyListKey>, TreeChildNode<TestOperationServiceData,IdentifiableItem<MyList,MyListKey>>
This class represents the following YANG schema fragment defined in module test-operation-service
list my-list { key name; leaf name { type string; } action in-list { input { leaf input-list-leaf { type string; } } output { leaf output-list-leaf { type string; } } } }The schema path to identify an instance is test-operation-service/my-list
To create instances of this class use MyListBuilder
.
MyListBuilder
,
MyListKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
MyListKey |
getIdentifier()
Returns Primary Key of Yang List Type
|
static InstanceIdentifier<MyList> |
getInstanceIdentifier() |
String |
getName() |
implementedInterface
augments, getAugmentation
treeIdentifier, treeParent
String getName()
MyListKey getIdentifier()
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<MyListKey>
static InstanceIdentifier<MyList> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.