Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225.experimenter.id.match.entry.ExperimenterIdCase
-
-
Uses of ExperimenterIdCase in org.opendaylight.openflowjava.protocol.impl.serialization.match.ext
Methods in org.opendaylight.openflowjava.protocol.impl.serialization.match.ext that return ExperimenterIdCase Modifier and Type Method Description protected ExperimenterIdCaseAbstractOxmExperimenterMatchEntrySerializer. serializeExperimenterId(MatchEntry matchEntry, io.netty.buffer.ByteBuf out) -
Uses of ExperimenterIdCase in org.opendaylight.openflowplugin.extension.vendor.nicira.convertor.match
Methods in org.opendaylight.openflowplugin.extension.vendor.nicira.convertor.match with type parameters of type ExperimenterIdCase Modifier and Type Method Description static <V extends org.opendaylight.yangtools.yang.binding.Augmentation<ExperimenterIdCase>>
MatchEntryBuilderMatchUtil. createExperimenterMatchEntryBuilder(Class<? extends MatchField> matchField, org.opendaylight.yangtools.yang.common.Uint32 experimenterId, NxExpMatchEntryValue value) -
Uses of ExperimenterIdCase 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 ExperimenterIdCase Modifier and Type Method Description Optional<MatchBuilder>OfToSalExperimenterIdCase. process(ExperimenterIdCase source, MatchResponseConvertorData data, ConvertorExecutor convertorExecutor) -
Uses of ExperimenterIdCase in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225.experimenter.id.match.entry
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225.experimenter.id.match.entry with type parameters of type ExperimenterIdCase Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ExperimenterIdCase>>
E$$ExperimenterIdCaseBuilder. 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.augments.rev150225.experimenter.id.match.entry that return ExperimenterIdCase Modifier and Type Method Description @NonNull ExperimenterIdCaseExperimenterIdCaseBuilder. build()A newExperimenterIdCaseinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225.experimenter.id.match.entry that return types with arguments of type ExperimenterIdCase Modifier and Type Method Description default Class<ExperimenterIdCase>ExperimenterIdCase. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225.experimenter.id.match.entry with parameters of type ExperimenterIdCase Modifier and Type Method Description static booleanExperimenterIdCase. bindingEquals(@NonNull ExperimenterIdCase thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intExperimenterIdCase. bindingHashCode(@NonNull ExperimenterIdCase obj)Default implementation ofObject.hashCode()contract for this interface.static StringExperimenterIdCase. bindingToString(@NonNull ExperimenterIdCase obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225.experimenter.id.match.entry with type arguments of type ExperimenterIdCase Modifier and Type Method Description ExperimenterIdCaseBuilderExperimenterIdCaseBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ExperimenterIdCase> augmentation)Add an augmentation to this builder's product.ExperimenterIdCaseBuilderExperimenterIdCaseBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ExperimenterIdCase>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225.experimenter.id.match.entry with parameters of type ExperimenterIdCase Constructor Description ExperimenterIdCaseBuilder(ExperimenterIdCase base)Construct a builder initialized with state from specifiedExperimenterIdCase.
-