Interface Root

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Root>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OpendaylightTestBug3090Data>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Root
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OpendaylightTestBug3090Data>, org.opendaylight.yangtools.yang.binding.Augmentable<Root>

    This class represents the following YANG schema fragment defined in module opendaylight-test-bug-3090

     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;
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-test-bug-3090/root

    To create instances of this class use RootBuilder.

    See Also:
    RootBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Root> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getListInRoot

        @Nullable Map<ListInRootKey,​ListInRoot> getListInRoot()
        Returns:
        java.util.Map listInRoot, or null if not present
      • nonnullListInRoot

        default @NonNull Map<ListInRootKey,​ListInRoot> nonnullListInRoot()
        Returns:
        java.util.Map listInRoot, or an empty list if it is not present