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

@Generated("mdsal-binding-generator") 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 Summary

    Modifier and Type
    Method
    Description
    Return root, or null if it is not present.
    @NonNull Root
    Return root, or an empty instance if it is not present.
  • Method Details

    • getRoot

      Root getRoot()
      Return root, or null if it is not present.
      Returns:
      Root root, or null if it is not present.
    • nonnullRoot

      @NonNull Root nonnullRoot()
      Return root, or an empty instance if it is not present.
      Returns:
      Root root, or an empty instance if it is not present.