Interface BundleCommonGrouping

    • 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 BundleCommonGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getBundleId

        BundleId getBundleId()
        Return bundleId, or null if it is not present.
        Returns:
        BundleId bundleId, or null if it is not present.
      • requireBundleId

        default @NonNull BundleId requireBundleId()
        Return bundleId, guaranteed to be non-null.
        Returns:
        BundleId bundleId, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if bundleId is not present
      • getFlags

        BundleFlags getFlags()
        Return flags, or null if it is not present.
        Returns:
        BundleFlags flags, or null if it is not present.
      • requireFlags

        default @NonNull BundleFlags requireFlags()
        Return flags, guaranteed to be non-null.
        Returns:
        BundleFlags flags, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if flags is not present
      • getBundleProperty

        @Nullable List<BundleProperty> getBundleProperty()
        Return bundleProperty, or null if it is not present.
        Returns:
        List<BundleProperty> bundleProperty, or null if it is not present.
      • nonnullBundleProperty

        default @NonNull List<BundleProperty> nonnullBundleProperty()
        Return bundleProperty, or an empty list if it is not present.
        Returns:
        List<BundleProperty> bundleProperty, or an empty list if it is not present.