Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.write.actions._case.WriteActions
Package
Description
-
Uses of WriteActions in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction
Modifier 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.Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull WriteActions
WriteActionsBuilder.build()
A newWriteActions
instance.static @NonNull WriteActions
WriteActionsBuilder.empty()
Get empty instance of WriteActions.Modifier and TypeMethodDescriptiondefault Class<WriteActions>
WriteActions.implementedInterface()
Modifier 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.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedWriteActions
.