Interface BatchFlowInputUpdateGrouping
- All Superinterfaces:
BatchFlowIdGrouping
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
BatchUpdateFlows
,FlatBatchUpdateFlow
@Generated("mdsal-binding-generator")
public interface BatchFlowInputUpdateGrouping
extends org.opendaylight.yangtools.binding.Grouping, 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; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn originalBatchedFlow, ornull
if it is not present.Return updatedBatchedFlow, ornull
if it is not present.@NonNull OriginalBatchedFlow
Return originalBatchedFlow, or an empty instance if it is not present.@NonNull UpdatedBatchedFlow
Return updatedBatchedFlow, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.BatchFlowIdGrouping
getFlowId, requireFlowId
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getOriginalBatchedFlow
OriginalBatchedFlow getOriginalBatchedFlow()Return originalBatchedFlow, ornull
if it is not present.- Returns:
OriginalBatchedFlow
originalBatchedFlow, ornull
if it is not present.
-
nonnullOriginalBatchedFlow
@NonNull OriginalBatchedFlow nonnullOriginalBatchedFlow()Return originalBatchedFlow, or an empty instance if it is not present.- Returns:
OriginalBatchedFlow
originalBatchedFlow, or an empty instance if it is not present.
-
getUpdatedBatchedFlow
UpdatedBatchedFlow getUpdatedBatchedFlow()Return updatedBatchedFlow, ornull
if it is not present.- Returns:
UpdatedBatchedFlow
updatedBatchedFlow, ornull
if it is not present.
-
nonnullUpdatedBatchedFlow
@NonNull UpdatedBatchedFlow nonnullUpdatedBatchedFlow()Return updatedBatchedFlow, or an empty instance if it is not present.- Returns:
UpdatedBatchedFlow
updatedBatchedFlow, or an empty instance if it is not present.
-