Interface BundleCommonGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    AddBundleMessagesInput, BundleAddMessageGrouping, BundleControlGrouping, ControlBundleInput, OnfAddMessageGroupingData, OnfControlGroupingData, SalAddMessageData, SalControlData

    @Generated("mdsal-binding-generator")
    public interface BundleCommonGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Common fields of bundle messages.

    This class represents the following YANG schema fragment defined in module onf-extensions

     grouping bundle-common-grouping {
       leaf bundle-id {
         type bundle-id;
       }
       leaf flags {
         type bundle-flags;
       }
       list bundle-property {
         uses bundle-property-grouping;
       }
     }
     
    The schema path to identify an instance is onf-extensions/bundle-common-grouping
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • 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:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.BundleId bundleId, or null if it is not present.
      • getFlags

        BundleFlags getFlags()
        Return flags, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.BundleFlags flags, or null if it is not present.
      • getBundleProperty

        @Nullable List<BundleProperty> getBundleProperty()
        Return bundleProperty, or null if it is not present.
        Returns:
        java.util.List 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:
        java.util.List bundleProperty, or an empty list if it is not present.