Interface BatchFlowInputUpdateGrouping

  • All Superinterfaces:
    BatchFlowIdGrouping, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    BatchUpdateFlows, FlatBatchUpdateFlow

    @Generated("mdsal-binding-generator")
    public interface BatchFlowInputUpdateGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject, BatchFlowIdGrouping
    Openflow flow structure suitable for batch rpc input.

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

     grouping batch-flow-input-update-grouping {
       uses batch-flow-id-grouping;
       container original-batched-flow {
         uses types:flow;
       }
       container updated-batched-flow {
         uses types:flow;
       }
     }
     
    The schema path to identify an instance is sal-flows-batch/batch-flow-input-update-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends BatchFlowInputUpdateGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface BatchFlowIdGrouping
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getOriginalBatchedFlow

        OriginalBatchedFlow getOriginalBatchedFlow()
        Return originalBatchedFlow, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping.OriginalBatchedFlow originalBatchedFlow, or null if it is not present.
      • getUpdatedBatchedFlow

        UpdatedBatchedFlow getUpdatedBatchedFlow()
        Return updatedBatchedFlow, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping.UpdatedBatchedFlow updatedBatchedFlow, or null if it is not present.