Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case.SetTpSrcAction
Packages that use SetTpSrcAction
Package
Description
-
Uses of SetTpSrcAction 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 SetTpSrcActionModifier and TypeMethodDescriptionSetTpSrcActionCase.getSetTpSrcAction()
Return setTpSrcAction, ornull
if it is not present.SetTpSrcActionCaseBuilder.getSetTpSrcAction()
Return current value associated with the property corresponding toSetTpSrcActionCase.getSetTpSrcAction()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action with parameters of type SetTpSrcActionModifier and TypeMethodDescriptionSetTpSrcActionCaseBuilder.setSetTpSrcAction
(SetTpSrcAction value) Set the property corresponding toSetTpSrcActionCase.getSetTpSrcAction()
to the specified value. -
Uses of SetTpSrcAction in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case with type parameters of type SetTpSrcActionModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SetTpSrcAction>>
E$$SetTpSrcActionBuilder.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.set.tp.src.action._case that return SetTpSrcActionModifier and TypeMethodDescription@NonNull SetTpSrcAction
SetTpSrcActionBuilder.build()
A newSetTpSrcAction
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case that return types with arguments of type SetTpSrcActionModifier and TypeMethodDescriptiondefault Class<SetTpSrcAction>
SetTpSrcAction.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case with parameters of type SetTpSrcActionModifier and TypeMethodDescriptionstatic boolean
SetTpSrcAction.bindingEquals
(@NonNull SetTpSrcAction thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SetTpSrcAction.bindingHashCode
(@NonNull SetTpSrcAction obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SetTpSrcAction.bindingToString
(@NonNull SetTpSrcAction obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case with type arguments of type SetTpSrcActionModifier and TypeMethodDescriptionSetTpSrcActionBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SetTpSrcAction> augmentation) Add an augmentation to this builder's product.SetTpSrcActionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SetTpSrcAction>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case with parameters of type SetTpSrcActionModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSetTpSrcAction
.