public interface TestListData extends TreeRoot
This class represents the following YANG schema fragment defined in module test-list
module test-list { yang-version 1.1; namespace urn:test:simple:test:list; prefix test-list; revision 2017-03-14; list my-list { key "key key1 key2"; leaf key { type string; } leaf key1 { type string; } leaf key2 { type string; } leaf foo { type string; } } }
Modifier and Type | Method and Description |
---|---|
List<MyList> |
getMyList() |
Copyright © 2019 OpenDaylight. All rights reserved.