Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101
Interface OpendaylightTestBug3090Data
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot
public interface OpendaylightTestBug3090Data extends org.opendaylight.yangtools.yang.binding.DataRootTest model for Bug 3090 - An AsyncDataChangeEvent instance's getCreatedData() method can't get data if list has multi-keyThis class represents the following YANG schema fragment defined in module opendaylight-test-bug-3090
module opendaylight-test-bug-3090 { yang-version 1; namespace urn:opendaylight:params:xml:ns:opendaylight-test-bug-3090; prefix rpc; revision 2016-01-01 { } container root { list list-in-root { key "leaf-c leaf-a leaf-b"; leaf leaf-a { type string; } leaf leaf-b { type string; } leaf leaf-c { type string; } } } }
-
-
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.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.Rootroot, ornullif not present
-
-