Interface BundleRemoveFlowCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BundleRemoveFlowCase>, 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 BundleRemoveFlowCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<BundleRemoveFlowCase>, BundleInnerMessage

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

     case bundle-remove-flow-case {
       container remove-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-remove-flow-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable RemoveFlowCaseData getRemoveFlowCaseData()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124.bundle.inner.message.grouping.bundle.inner.message.bundle.remove.flow._case.RemoveFlowCaseData removeFlowCaseData, or null if not present