Interface GeneralExtensionListGrouping

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends GeneralExtensionListGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getExtensionList

        @Nullable Map<ExtensionListKey,​ExtensionList> getExtensionList()
        Return extensionList, or null if it is not present.
        Returns:
        Map<ExtensionListKey, ExtensionList> extensionList, or null if it is not present.
      • nonnullExtensionList

        default @NonNull Map<ExtensionListKey,​ExtensionList> nonnullExtensionList()
        Return extensionList, or an empty list if it is not present.
        Returns:
        Map<ExtensionListKey, ExtensionList> extensionList, or an empty list if it is not present.