Interface BundleControlGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, BundleCommonGrouping, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    ControlBundleInput, OnfControlGroupingData, SalControlData

    @Generated("mdsal-binding-generator")
    public interface BundleControlGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject, BundleCommonGrouping
    ONF_ET_BUNDLE_CONTROL message in OpenFlow Switch Extension 230.

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

     grouping bundle-control-grouping {
       uses bundle-common-grouping;
       leaf type {
         type bundle-control-type;
       }
     }
     
    • 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 BundleControlGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface BundleCommonGrouping
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getType

        BundleControlType getType()
        Return type, or null if it is not present.
        Returns:
        BundleControlType type, or null if it is not present.
      • requireType

        default @NonNull BundleControlType requireType()
        Return type, guaranteed to be non-null.
        Returns:
        BundleControlType type, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if type is not present