Interface UnorderedContainer

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

    public interface UnorderedContainer
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Lists>, org.opendaylight.yangtools.yang.binding.Augmentable<UnorderedContainer>

    This class represents the following YANG schema fragment defined in module opendaylight-sal-test-store

     container unordered-container {
       list unordered-list {
         key name;
         uses name-value;
       }
     }
     
    The schema path to identify an instance is opendaylight-sal-test-store/lists/unordered-container

    To create instances of this class use UnorderedContainerBuilder.

    See Also:
    UnorderedContainerBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        default @NonNull Map<UnorderedListKey,​UnorderedList> nonnullUnorderedList()
        Returns:
        java.util.Map unorderedList, or an empty list if it is not present