Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.ofpact.actions.NxActionNatCase
Packages that use NxActionNatCase
Package
Description
-
Uses of NxActionNatCase in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.ofpact.actions
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.ofpact.actions with type parameters of type NxActionNatCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionNatCase>>
E$$NxActionNatCaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.ofpact.actions that return NxActionNatCaseModifier and TypeMethodDescription@NonNull NxActionNatCase
NxActionNatCaseBuilder.build()
A newNxActionNatCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.ofpact.actions that return types with arguments of type NxActionNatCaseModifier and TypeMethodDescriptiondefault Class<NxActionNatCase>
NxActionNatCase.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.ofpact.actions with parameters of type NxActionNatCaseModifier and TypeMethodDescriptionstatic boolean
NxActionNatCase.bindingEquals
(@NonNull NxActionNatCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
NxActionNatCase.bindingHashCode
(@NonNull NxActionNatCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
NxActionNatCase.bindingToString
(@NonNull NxActionNatCase obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.ofpact.actions with type arguments of type NxActionNatCaseModifier and TypeMethodDescriptionNxActionNatCaseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<NxActionNatCase> augmentation) Add an augmentation to this builder's product.NxActionNatCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionNatCase>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.ofpact.actions with parameters of type NxActionNatCaseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedNxActionNatCase
.