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, ornullif it is not present.Return updatedBatchedFlow, ornullif it is not present.@NonNull OriginalBatchedFlowReturn originalBatchedFlow, or an empty instance if it is not present.@NonNull UpdatedBatchedFlowReturn 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, requireFlowIdMethods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getOriginalBatchedFlow
OriginalBatchedFlow getOriginalBatchedFlow()Return originalBatchedFlow, ornullif it is not present.- Returns:
OriginalBatchedFloworiginalBatchedFlow, ornullif it is not present.
-
nonnullOriginalBatchedFlow
@NonNull OriginalBatchedFlow nonnullOriginalBatchedFlow()Return originalBatchedFlow, or an empty instance if it is not present.- Returns:
OriginalBatchedFloworiginalBatchedFlow, or an empty instance if it is not present.
-
getUpdatedBatchedFlow
UpdatedBatchedFlow getUpdatedBatchedFlow()Return updatedBatchedFlow, ornullif it is not present.- Returns:
UpdatedBatchedFlowupdatedBatchedFlow, ornullif it is not present.
-
nonnullUpdatedBatchedFlow
@NonNull UpdatedBatchedFlow nonnullUpdatedBatchedFlow()Return updatedBatchedFlow, or an empty instance if it is not present.- Returns:
UpdatedBatchedFlowupdatedBatchedFlow, or an empty instance if it is not present.
-