public interface OpendaylightBug4798YangData extends DataRoot
This class represents the following YANG schema fragment defined in module opendaylight-bug-4798.yang
module opendaylight-bug-4798.yang { namespace urn:test:foo4798; prefix foo; revision 2016-01-01; container root { choice bug4798-choice { case case-a { list list-in-case { key test-leaf; leaf test-leaf { type string; } } } case case-b { container case-b-container { list list-in-case { key test-leaf; leaf test-leaf { type string; } } } } } container outer-container { leaf leaf-in-outer-container { type string; } } } }
Modifier and Type | Method and Description |
---|---|
@Nullable Root |
getRoot() |
@Nullable Root getRoot()
org.opendaylight.yang.gen.v1.urn.test.foo4798.rev160101.Root
root
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.