Interface OpendaylightTestBug2562Data

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

    public interface OpendaylightTestBug2562Data
    extends org.opendaylight.yangtools.yang.binding.DataRoot

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

      • getRoot

        @Nullable Root getRoot()
        Returns:
        org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.Root root, or null if not present