Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCase
Packages that use SetTpSrcActionCase
Package
Description
-
Uses of SetTpSrcActionCase in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.cases
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.cases with parameters of type SetTpSrcActionCaseModifier and TypeMethodDescriptionSalToOfSetTpSrcActionCase.process
(@NonNull SetTpSrcActionCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) SalToOfSetTpSrcActionV10Case.process
(@NonNull SetTpSrcActionCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) -
Uses of SetTpSrcActionCase 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 with type parameters of type SetTpSrcActionCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SetTpSrcActionCase>>
E$$SetTpSrcActionCaseBuilder.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 that return SetTpSrcActionCaseModifier and TypeMethodDescription@NonNull SetTpSrcActionCase
SetTpSrcActionCaseBuilder.build()
A newSetTpSrcActionCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action that return types with arguments of type SetTpSrcActionCaseModifier and TypeMethodDescriptiondefault Class<SetTpSrcActionCase>
SetTpSrcActionCase.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action with parameters of type SetTpSrcActionCaseModifier and TypeMethodDescriptionstatic boolean
SetTpSrcActionCase.bindingEquals
(@NonNull SetTpSrcActionCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SetTpSrcActionCase.bindingHashCode
(@NonNull SetTpSrcActionCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SetTpSrcActionCase.bindingToString
(@NonNull SetTpSrcActionCase obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action with type arguments of type SetTpSrcActionCaseModifier and TypeMethodDescriptionSetTpSrcActionCaseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SetTpSrcActionCase> augmentation) Add an augmentation to this builder's product.SetTpSrcActionCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SetTpSrcActionCase>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action with parameters of type SetTpSrcActionCaseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSetTpSrcActionCase
.