Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.MplsTcCase
-
-
Uses of MplsTcCase in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.match.cases
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.match.cases with parameters of type MplsTcCase Modifier and Type Method Description Optional<MatchBuilder>OfToSalMplsTcCase. process(@NonNull MplsTcCase source, MatchResponseConvertorData data, ConvertorExecutor convertorExecutor) -
Uses of MplsTcCase in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with type parameters of type MplsTcCase Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MplsTcCase>>
E$$MplsTcCaseBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value that return MplsTcCase Modifier and Type Method Description @NonNull MplsTcCaseMplsTcCaseBuilder. build()A newMplsTcCaseinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value that return types with arguments of type MplsTcCase Modifier and Type Method Description default Class<MplsTcCase>MplsTcCase. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with parameters of type MplsTcCase Modifier and Type Method Description static booleanMplsTcCase. bindingEquals(@NonNull MplsTcCase thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intMplsTcCase. bindingHashCode(@NonNull MplsTcCase obj)Default implementation ofObject.hashCode()contract for this interface.static StringMplsTcCase. bindingToString(@NonNull MplsTcCase obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with type arguments of type MplsTcCase Modifier and Type Method Description MplsTcCaseBuilderMplsTcCaseBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MplsTcCase> augmentation)Add an augmentation to this builder's product.MplsTcCaseBuilderMplsTcCaseBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MplsTcCase>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with parameters of type MplsTcCase Constructor Description MplsTcCaseBuilder(MplsTcCase base)Construct a builder initialized with state from specifiedMplsTcCase.
-