Interface BundleInnerMessageGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
    All Known Subinterfaces:
    Message, SalAddMessageData

    @Generated("mdsal-binding-generator")
    public interface BundleInnerMessageGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef

    This class represents the following YANG schema fragment defined in module sal-bundle

     grouping bundle-inner-message-grouping {
       uses inv:node-context-ref;
       choice bundle-inner-message {
         case bundle-add-flow-case {
           container add-flow-case-data {
             uses flow-types:flow;
           }
         }
         case bundle-update-flow-case {
           container update-flow-case-data {
             uses flow-types:flow;
           }
         }
         case bundle-remove-flow-case {
           container remove-flow-case-data {
             uses flow-types:flow;
           }
         }
         case bundle-add-group-case {
           container add-group-case-data {
             uses group-types:group;
           }
         }
         case bundle-update-group-case {
           container update-group-case-data {
             uses group-types:group;
           }
         }
         case bundle-remove-group-case {
           container remove-group-case-data {
             uses group-types:group;
           }
         }
         case bundle-update-port-case {
           container update-port-case-data {
             uses port-types:port-mod;
           }
         }
       }
     }
     
    The schema path to identify an instance is sal-bundle/bundle-inner-message-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends BundleInnerMessageGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
      • getBundleInnerMessage

        BundleInnerMessage getBundleInnerMessage()
        Return bundleInnerMessage, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124.bundle.inner.message.grouping.BundleInnerMessage bundleInnerMessage, or null if it is not present.