Interface BatchFlowInputUpdateGrouping
- All Superinterfaces:
BatchFlowIdGrouping
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,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; } }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn originalBatchedFlow, ornull
if it is not present.Return updatedBatchedFlow, ornull
if it is not present.Class<? extends BatchFlowInputUpdateGrouping>
@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
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BatchFlowInputUpdateGrouping> implementedInterface()- Specified by:
implementedInterface
in interfaceBatchFlowIdGrouping
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
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.
-