Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case.MultipartReplyTableFeatures
Packages that use MultipartReplyTableFeatures
Package
Description
-
Uses of MultipartReplyTableFeatures in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor with parameters of type MultipartReplyTableFeaturesModifier and TypeMethodDescriptionTableFeaturesResponseConvertor.convert
(MultipartReplyTableFeatures source, VersionConvertorData data) -
Uses of MultipartReplyTableFeatures in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body that return MultipartReplyTableFeaturesModifier and TypeMethodDescriptionMultipartReplyTableFeaturesCase.getMultipartReplyTableFeatures()
Return multipartReplyTableFeatures, ornull
if it is not present.MultipartReplyTableFeaturesCaseBuilder.getMultipartReplyTableFeatures()
Return current value associated with the property corresponding toMultipartReplyTableFeaturesCase.getMultipartReplyTableFeatures()
.@NonNull MultipartReplyTableFeatures
MultipartReplyTableFeaturesCase.nonnullMultipartReplyTableFeatures()
Return multipartReplyTableFeatures, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body with parameters of type MultipartReplyTableFeaturesModifier and TypeMethodDescriptionMultipartReplyTableFeaturesCaseBuilder.setMultipartReplyTableFeatures
(MultipartReplyTableFeatures value) Set the property corresponding toMultipartReplyTableFeaturesCase.getMultipartReplyTableFeatures()
to the specified value. -
Uses of MultipartReplyTableFeatures in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case with type parameters of type MultipartReplyTableFeaturesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MultipartReplyTableFeatures>>
E$$MultipartReplyTableFeaturesBuilder.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.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case that return MultipartReplyTableFeaturesModifier and TypeMethodDescription@NonNull MultipartReplyTableFeatures
MultipartReplyTableFeaturesBuilder.build()
A newMultipartReplyTableFeatures
instance.static @NonNull MultipartReplyTableFeatures
MultipartReplyTableFeaturesBuilder.empty()
Get empty instance of MultipartReplyTableFeatures.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case that return types with arguments of type MultipartReplyTableFeaturesModifier and TypeMethodDescriptiondefault Class<MultipartReplyTableFeatures>
MultipartReplyTableFeatures.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case with parameters of type MultipartReplyTableFeaturesModifier and TypeMethodDescriptionstatic boolean
MultipartReplyTableFeatures.bindingEquals
(@NonNull MultipartReplyTableFeatures thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MultipartReplyTableFeatures.bindingHashCode
(@NonNull MultipartReplyTableFeatures obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MultipartReplyTableFeatures.bindingToString
(@NonNull MultipartReplyTableFeatures obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case with type arguments of type MultipartReplyTableFeaturesModifier and TypeMethodDescriptionMultipartReplyTableFeaturesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MultipartReplyTableFeatures> augmentation) Add an augmentation to this builder's product.MultipartReplyTableFeaturesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MultipartReplyTableFeatures>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case with parameters of type MultipartReplyTableFeaturesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMultipartReplyTableFeatures
.