Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping.UpdatedBatchedFlow
Packages that use UpdatedBatchedFlow
Package
Description
-
Uses of UpdatedBatchedFlow in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.flow.crud._case.aug.flat.batch.update.flow._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.flow.crud._case.aug.flat.batch.update.flow._case that return UpdatedBatchedFlowModifier and TypeMethodDescriptionFlatBatchUpdateFlowBuilder.getUpdatedBatchedFlow()
Return current value associated with the property corresponding toBatchFlowInputUpdateGrouping.getUpdatedBatchedFlow()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.flow.crud._case.aug.flat.batch.update.flow._case with parameters of type UpdatedBatchedFlowModifier and TypeMethodDescriptionFlatBatchUpdateFlowBuilder.setUpdatedBatchedFlow
(UpdatedBatchedFlow value) Set the property corresponding toBatchFlowInputUpdateGrouping.getUpdatedBatchedFlow()
to the specified value. -
Uses of UpdatedBatchedFlow 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 UpdatedBatchedFlowModifier and TypeMethodDescriptionBatchFlowInputUpdateGrouping.getUpdatedBatchedFlow()
Return updatedBatchedFlow, ornull
if it is not present. -
Uses of UpdatedBatchedFlow in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping with type parameters of type UpdatedBatchedFlowModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdatedBatchedFlow>>
E$$UpdatedBatchedFlowBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping that return UpdatedBatchedFlowModifier and TypeMethodDescription@NonNull UpdatedBatchedFlow
UpdatedBatchedFlowBuilder.build()
A newUpdatedBatchedFlow
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping that return types with arguments of type UpdatedBatchedFlowModifier and TypeMethodDescriptiondefault Class<UpdatedBatchedFlow>
UpdatedBatchedFlow.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping with parameters of type UpdatedBatchedFlowModifier and TypeMethodDescriptionstatic boolean
UpdatedBatchedFlow.bindingEquals
(@NonNull UpdatedBatchedFlow thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
UpdatedBatchedFlow.bindingHashCode
(@NonNull UpdatedBatchedFlow obj) Default implementation ofObject.hashCode()
contract for this interface.static String
UpdatedBatchedFlow.bindingToString
(@NonNull UpdatedBatchedFlow obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping with type arguments of type UpdatedBatchedFlowModifier and TypeMethodDescriptionUpdatedBatchedFlowBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<UpdatedBatchedFlow> augmentation) Add an augmentation to this builder's product.UpdatedBatchedFlowBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdatedBatchedFlow>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping with parameters of type UpdatedBatchedFlowModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUpdatedBatchedFlow
. -
Uses of UpdatedBatchedFlow 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 UpdatedBatchedFlowModifier and TypeMethodDescriptionBatchUpdateFlowsBuilder.getUpdatedBatchedFlow()
Return current value associated with the property corresponding toBatchFlowInputUpdateGrouping.getUpdatedBatchedFlow()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.update.flows.batch.input with parameters of type UpdatedBatchedFlowModifier and TypeMethodDescriptionBatchUpdateFlowsBuilder.setUpdatedBatchedFlow
(UpdatedBatchedFlow value) Set the property corresponding toBatchFlowInputUpdateGrouping.getUpdatedBatchedFlow()
to the specified value.