public interface OpendaylightSalTestStoreData extends DataRoot
This class represents the following YANG schema fragment defined in module opendaylight-sal-test-store
module opendaylight-sal-test-store { yang-version 1; namespace urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:store; prefix binding-impl; revision 2014-04-22 { } grouping name-value { leaf name { type string; } leaf value { type string; } } container lists { config false; container unordered-container { list unordered-list { key name; uses name-value; } } container ordered-container { list ordered-list { ordered-by user; key name; uses name-value; } } container unkeyed-container { list unkeyed-list { uses name-value; } } } }
Modifier and Type | Method and Description |
---|---|
@Nullable Lists |
getLists() |
@Nullable Lists getLists()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.Lists
lists
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.