Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.mpls.action._case.PushMplsAction
Packages that use PushMplsAction
Package
Description
-
Uses of PushMplsAction 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 PushMplsActionModifier and TypeMethodDescriptionPushMplsActionCase.getPushMplsAction()
Return pushMplsAction, ornull
if it is not present.PushMplsActionCaseBuilder.getPushMplsAction()
Return current value associated with the property corresponding toPushMplsActionCase.getPushMplsAction()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action with parameters of type PushMplsActionModifier and TypeMethodDescriptionPushMplsActionCaseBuilder.setPushMplsAction
(PushMplsAction value) Set the property corresponding toPushMplsActionCase.getPushMplsAction()
to the specified value. -
Uses of PushMplsAction in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.mpls.action._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.mpls.action._case with type parameters of type PushMplsActionModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PushMplsAction>>
E$$PushMplsActionBuilder.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.push.mpls.action._case that return PushMplsActionModifier and TypeMethodDescription@NonNull PushMplsAction
PushMplsActionBuilder.build()
A newPushMplsAction
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.mpls.action._case that return types with arguments of type PushMplsActionModifier and TypeMethodDescriptiondefault Class<PushMplsAction>
PushMplsAction.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.mpls.action._case with parameters of type PushMplsActionModifier and TypeMethodDescriptionstatic boolean
PushMplsAction.bindingEquals
(@NonNull PushMplsAction thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PushMplsAction.bindingHashCode
(@NonNull PushMplsAction obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PushMplsAction.bindingToString
(@NonNull PushMplsAction obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.mpls.action._case with type arguments of type PushMplsActionModifier and TypeMethodDescriptionPushMplsActionBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PushMplsAction> augmentation) Add an augmentation to this builder's product.PushMplsActionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PushMplsAction>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.mpls.action._case with parameters of type PushMplsActionModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPushMplsAction
.