Interface OpendaylightTestBug2562Data
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot
public interface OpendaylightTestBug2562Data extends org.opendaylight.yangtools.yang.binding.DataRootThis class represents the following YANG schema fragment defined in module opendaylight-test-bug-2562
module opendaylight-test-bug-2562 { yang-version 1; namespace opendaylight-test-bug-2562:namespace; prefix ty; revision 2016-01-01 { } container root { list fooroot { list barroot { key type; leaf type { type int32; } leaf value { type int32; } } } } }
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable RootgetRoot()
-
-
-
Method Detail
-
getRoot
@Nullable Root getRoot()
- Returns:
org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.Rootroot, ornullif not present
-
-