Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNsiCase
-
Packages that use SrcNxNsiCase Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice -
-
Uses of SrcNxNsiCase in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice with type parameters of type SrcNxNsiCase Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcNxNsiCase>>
E$$SrcNxNsiCaseBuilder. 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.src.choice.grouping.src.choice that return SrcNxNsiCase Modifier and Type Method Description @NonNull SrcNxNsiCaseSrcNxNsiCaseBuilder. build()A newSrcNxNsiCaseinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice that return types with arguments of type SrcNxNsiCase Modifier and Type Method Description default Class<SrcNxNsiCase>SrcNxNsiCase. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice with parameters of type SrcNxNsiCase Modifier and Type Method Description static booleanSrcNxNsiCase. bindingEquals(@NonNull SrcNxNsiCase thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSrcNxNsiCase. bindingHashCode(@NonNull SrcNxNsiCase obj)Default implementation ofObject.hashCode()contract for this interface.static StringSrcNxNsiCase. bindingToString(@NonNull SrcNxNsiCase obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice with type arguments of type SrcNxNsiCase Modifier and Type Method Description SrcNxNsiCaseBuilderSrcNxNsiCaseBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SrcNxNsiCase> augmentation)Add an augmentation to this builder's product.SrcNxNsiCaseBuilderSrcNxNsiCaseBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcNxNsiCase>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice with parameters of type SrcNxNsiCase Constructor Description SrcNxNsiCaseBuilder(SrcNxNsiCase base)Construct a builder initialized with state from specifiedSrcNxNsiCase.
-