Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.flood.all.action._case.FloodAllAction
Packages that use FloodAllAction
Package
Description
-
Uses of FloodAllAction in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action that return FloodAllActionModifier and TypeMethodDescriptionFloodAllActionCase.getFloodAllAction()
Return floodAllAction, ornull
if it is not present.FloodAllActionCaseBuilder.getFloodAllAction()
Return current value associated with the property corresponding toFloodAllActionCase.getFloodAllAction()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action with parameters of type FloodAllActionModifier and TypeMethodDescriptionFloodAllActionCaseBuilder.setFloodAllAction
(FloodAllAction value) Set the property corresponding toFloodAllActionCase.getFloodAllAction()
to the specified value. -
Uses of FloodAllAction in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.flood.all.action._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.flood.all.action._case with type parameters of type FloodAllActionModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<FloodAllAction>>
E$$FloodAllActionBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.flood.all.action._case that return FloodAllActionModifier and TypeMethodDescription@NonNull FloodAllAction
FloodAllActionBuilder.build()
A newFloodAllAction
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.flood.all.action._case that return types with arguments of type FloodAllActionModifier and TypeMethodDescriptiondefault Class<FloodAllAction>
FloodAllAction.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.flood.all.action._case with parameters of type FloodAllActionModifier and TypeMethodDescriptionstatic boolean
FloodAllAction.bindingEquals
(@NonNull FloodAllAction thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FloodAllAction.bindingHashCode
(@NonNull FloodAllAction obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FloodAllAction.bindingToString
(@NonNull FloodAllAction obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.flood.all.action._case with type arguments of type FloodAllActionModifier and TypeMethodDescriptionFloodAllActionBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FloodAllAction> augmentation) Add an augmentation to this builder's product.FloodAllActionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FloodAllAction>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.flood.all.action._case with parameters of type FloodAllActionModifierConstructorDescriptionConstruct a builder initialized with state from specifiedFloodAllAction
.