Interface UpdateFlowsBatchInput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<UpdateFlowsBatchInput>
,BarrierSuffix
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
,org.opendaylight.yangtools.yang.binding.RpcInput
public interface UpdateFlowsBatchInput extends org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, BarrierSuffix, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<UpdateFlowsBatchInput>
This class represents the following YANG schema fragment defined in module sal-flows-batch
input input { uses inv:node-context-ref; list batch-update-flows { key flow-id; uses batch-flow-input-update-grouping; } uses bc:barrier-suffix; }
The schema path to identify an instance is sal-flows-batch/update-flows-batch/inputTo create instances of this class use
UpdateFlowsBatchInputBuilder
.- See Also:
UpdateFlowsBatchInputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable Map<BatchUpdateFlowsKey,BatchUpdateFlows>
getBatchUpdateFlows()
default Class<UpdateFlowsBatchInput>
implementedInterface()
default @NonNull Map<BatchUpdateFlowsKey,BatchUpdateFlows>
nonnullBatchUpdateFlows()
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.service.barrier.common.rev160315.BarrierSuffix
isBarrierAfter
-
-
-
-
Method Detail
-
implementedInterface
default Class<UpdateFlowsBatchInput> implementedInterface()
- Specified by:
implementedInterface
in interfaceBarrierSuffix
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.RpcInput
-
getBatchUpdateFlows
@Nullable Map<BatchUpdateFlowsKey,BatchUpdateFlows> getBatchUpdateFlows()
- Returns:
java.util.Map
batchUpdateFlows
, ornull
if not present
-
nonnullBatchUpdateFlows
default @NonNull Map<BatchUpdateFlowsKey,BatchUpdateFlows> nonnullBatchUpdateFlows()
- Returns:
java.util.Map
batchUpdateFlows
, or an empty list if it is not present
-
-