Interface BundleAddFlowCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BundleAddFlowCase>, org.opendaylight.yangtools.yang.binding.BindingObject, BundleInnerMessage, org.opendaylight.yangtools.yang.binding.ChoiceIn<BundleInnerMessageGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface BundleAddFlowCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<BundleAddFlowCase>, BundleInnerMessage

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

     case bundle-add-flow-case {
       container add-flow-case-data {
         uses flow-types:flow;
       }
     }
     
    The schema path to identify an instance is sal-bundle/bundle-inner-message-grouping/bundle-inner-message/bundle-add-flow-case
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<BundleAddFlowCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAddFlowCaseData

        @Nullable AddFlowCaseData getAddFlowCaseData()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124.bundle.inner.message.grouping.bundle.inner.message.bundle.add.flow._case.AddFlowCaseData addFlowCaseData, or null if not present