Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfEthDstCase
-
Packages that use DstOfEthDstCase Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice -
-
Uses of DstOfEthDstCase in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice with type parameters of type DstOfEthDstCase Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DstOfEthDstCase>>
E$$DstOfEthDstCaseBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice that return DstOfEthDstCase Modifier and Type Method Description DstOfEthDstCaseDstOfEthDstCaseBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice that return types with arguments of type DstOfEthDstCase Modifier and Type Method Description default Class<DstOfEthDstCase>DstOfEthDstCase. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice with parameters of type DstOfEthDstCase Modifier and Type Method Description static booleanDstOfEthDstCase. bindingEquals(@NonNull DstOfEthDstCase thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intDstOfEthDstCase. bindingHashCode(@NonNull DstOfEthDstCase obj)Default implementation ofObject.hashCode()contract for this interface.static StringDstOfEthDstCase. bindingToString(@NonNull DstOfEthDstCase obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice with type arguments of type DstOfEthDstCase Modifier and Type Method Description DstOfEthDstCaseBuilderDstOfEthDstCaseBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DstOfEthDstCase> augmentation)Add an augmentation to this builder's product.DstOfEthDstCaseBuilderDstOfEthDstCaseBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DstOfEthDstCase>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice with parameters of type DstOfEthDstCase Constructor Description DstOfEthDstCaseBuilder(DstOfEthDstCase base)
-