Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.WriteActionsCase
Packages that use WriteActionsCase
Package
Description
-
Uses of WriteActionsCase in org.opendaylight.openflowplugin.impl.protocol.serialization.instructions
Methods in org.opendaylight.openflowplugin.impl.protocol.serialization.instructions with parameters of type WriteActionsCaseModifier and TypeMethodDescriptionvoid
WriteActionsInstructionSerializer.serialize
(WriteActionsCase input, io.netty.buffer.ByteBuf outBuffer) -
Uses of WriteActionsCase in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow.cases
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow.cases with parameters of type WriteActionsCaseModifier and TypeMethodDescriptionWriteActionsCase.process
(WriteActionsCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) -
Uses of WriteActionsCase in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction with type parameters of type WriteActionsCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<WriteActionsCase>>
E$$WriteActionsCaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction that return WriteActionsCaseModifier and TypeMethodDescription@NonNull WriteActionsCase
WriteActionsCaseBuilder.build()
A newWriteActionsCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction that return types with arguments of type WriteActionsCaseModifier and TypeMethodDescriptiondefault Class<WriteActionsCase>
WriteActionsCase.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction with parameters of type WriteActionsCaseModifier and TypeMethodDescriptionstatic boolean
WriteActionsCase.bindingEquals
(@NonNull WriteActionsCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
WriteActionsCase.bindingHashCode
(@NonNull WriteActionsCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
WriteActionsCase.bindingToString
(@NonNull WriteActionsCase obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction with type arguments of type WriteActionsCaseModifier and TypeMethodDescriptionWriteActionsCaseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<WriteActionsCase> augmentation) Add an augmentation to this builder's product.WriteActionsCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<WriteActionsCase>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction with parameters of type WriteActionsCaseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedWriteActionsCase
.