Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushMplsActionCase
Packages that use PushMplsActionCase
Package
Description
-
Uses of PushMplsActionCase in org.opendaylight.openflowplugin.impl.protocol.serialization.actions
Methods in org.opendaylight.openflowplugin.impl.protocol.serialization.actions with parameters of type PushMplsActionCaseModifier and TypeMethodDescriptionvoid
PushMplsActionSerializer.serialize
(PushMplsActionCase action, io.netty.buffer.ByteBuf outBuffer) -
Uses of PushMplsActionCase 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 PushMplsActionCaseModifier and TypeMethodDescriptionSalToOfPushMplsActionCase.process
(@NonNull PushMplsActionCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) -
Uses of PushMplsActionCase 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 PushMplsActionCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PushMplsActionCase>>
E$$PushMplsActionCaseBuilder.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 PushMplsActionCaseModifier and TypeMethodDescription@NonNull PushMplsActionCase
PushMplsActionCaseBuilder.build()
A newPushMplsActionCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action that return types with arguments of type PushMplsActionCaseModifier and TypeMethodDescriptiondefault Class<PushMplsActionCase>
PushMplsActionCase.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action with parameters of type PushMplsActionCaseModifier and TypeMethodDescriptionstatic boolean
PushMplsActionCase.bindingEquals
(@NonNull PushMplsActionCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PushMplsActionCase.bindingHashCode
(@NonNull PushMplsActionCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PushMplsActionCase.bindingToString
(@NonNull PushMplsActionCase 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 PushMplsActionCaseModifier and TypeMethodDescriptionPushMplsActionCaseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PushMplsActionCase> augmentation) Add an augmentation to this builder's product.PushMplsActionCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PushMplsActionCase>> 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 PushMplsActionCaseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPushMplsActionCase
.