Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.write.actions._case.WriteActions
Packages that use WriteActions
Package
Description
-
Uses of WriteActions 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 that return WriteActionsModifier and TypeMethodDescriptionWriteActionsCase.getWriteActions()
Return writeActions, ornull
if it is not present.WriteActionsCaseBuilder.getWriteActions()
Return current value associated with the property corresponding toWriteActionsCase.getWriteActions()
.@NonNull WriteActions
WriteActionsCase.nonnullWriteActions()
Return writeActions, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction with parameters of type WriteActionsModifier and TypeMethodDescriptionWriteActionsCaseBuilder.setWriteActions
(WriteActions value) Set the property corresponding toWriteActionsCase.getWriteActions()
to the specified value. -
Uses of WriteActions in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.write.actions._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.write.actions._case with type parameters of type WriteActionsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<WriteActions>>
E$$WriteActionsBuilder.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.write.actions._case that return WriteActionsModifier and TypeMethodDescription@NonNull WriteActions
WriteActionsBuilder.build()
A newWriteActions
instance.static @NonNull WriteActions
WriteActionsBuilder.empty()
Get empty instance of WriteActions.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.write.actions._case that return types with arguments of type WriteActionsModifier and TypeMethodDescriptiondefault Class<WriteActions>
WriteActions.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.write.actions._case with parameters of type WriteActionsModifier and TypeMethodDescriptionstatic boolean
WriteActions.bindingEquals
(@NonNull WriteActions thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
WriteActions.bindingHashCode
(@NonNull WriteActions obj) Default implementation ofObject.hashCode()
contract for this interface.static String
WriteActions.bindingToString
(@NonNull WriteActions obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.write.actions._case with type arguments of type WriteActionsModifier and TypeMethodDescriptionWriteActionsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<WriteActions> augmentation) Add an augmentation to this builder's product.WriteActionsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<WriteActions>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.write.actions._case with parameters of type WriteActionsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedWriteActions
.