public interface MyList extends Instantiable<MyList>, Augmentable<MyList>, org.opendaylight.yangtools.concepts.Identifiable<MyListKey>, TreeChildNode<TestListData,IdentifiableItem<MyList,MyListKey>>
This class represents the following YANG schema fragment defined in module test-list
list my-list { key "key key1 key2"; leaf key { type string; } leaf key1 { type string; } leaf key2 { type string; } leaf foo { type string; } }The schema path to identify an instance is test-list/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 |
---|---|
String |
getFoo() |
MyListKey |
getIdentifier()
Returns Primary Key of Yang List Type
|
static InstanceIdentifier<MyList> |
getInstanceIdentifier() |
String |
getKey1() |
String |
getKey2() |
String |
getKeyReservedWord() |
implementedInterface
augments, getAugmentation
treeIdentifier, treeParent
String getKeyReservedWord()
String getKey1()
String getKey2()
String getFoo()
MyListKey getIdentifier()
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<MyListKey>
static InstanceIdentifier<MyList> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.