Interface OpendaylightTestBug3090Data

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    public interface OpendaylightTestBug3090Data
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Test model for Bug 3090 - An AsyncDataChangeEvent instance's getCreatedData() method can't get data if list has multi-key

    This 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 Detail

      • getRoot

        @Nullable Root getRoot()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.Root root, or null if not present