Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.update.flows.batch.input.BatchUpdateFlowsKey
Packages that use BatchUpdateFlowsKey
Package
Description
-
Uses of BatchUpdateFlowsKey in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314 that return types with arguments of type BatchUpdateFlowsKeyModifier and TypeMethodDescription@Nullable Map<BatchUpdateFlowsKey,
BatchUpdateFlows> UpdateFlowsBatchInput.getBatchUpdateFlows()
Return batchUpdateFlows, ornull
if it is not present.UpdateFlowsBatchInputBuilder.getBatchUpdateFlows()
Return current value associated with the property corresponding toUpdateFlowsBatchInput.getBatchUpdateFlows()
.default @NonNull Map<BatchUpdateFlowsKey,
BatchUpdateFlows> UpdateFlowsBatchInput.nonnullBatchUpdateFlows()
Return batchUpdateFlows, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314 with type arguments of type BatchUpdateFlowsKeyModifier and TypeMethodDescriptionUpdateFlowsBatchInputBuilder.setBatchUpdateFlows
(Map<BatchUpdateFlowsKey, BatchUpdateFlows> values) Set the property corresponding toUpdateFlowsBatchInput.getBatchUpdateFlows()
to the specified value. -
Uses of BatchUpdateFlowsKey in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.update.flows.batch.input
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.update.flows.batch.input that return BatchUpdateFlowsKeyModifier and TypeMethodDescriptionBatchUpdateFlows.key()
BatchUpdateFlowsBuilder.key()
Return current value associated with the property corresponding toBatchUpdateFlows.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.update.flows.batch.input with parameters of type BatchUpdateFlowsKeyModifier and TypeMethodDescriptionBatchUpdateFlowsBuilder.withKey
(BatchUpdateFlowsKey key) Set the key value corresponding toBatchUpdateFlows.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.update.flows.batch.input with parameters of type BatchUpdateFlowsKeyModifierConstructorDescriptionCreates a copy from Source Object.