Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case.FlowModCaseData
Packages that use FlowModCaseData
Package
Description
-
Uses of FlowModCaseData in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message that return FlowModCaseDataModifier and TypeMethodDescriptionBundleFlowModCase.getFlowModCaseData()
Return flowModCaseData, ornull
if it is not present.BundleFlowModCaseBuilder.getFlowModCaseData()
Return current value associated with the property corresponding toBundleFlowModCase.getFlowModCaseData()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message with parameters of type FlowModCaseDataModifier and TypeMethodDescriptionBundleFlowModCaseBuilder.setFlowModCaseData
(FlowModCaseData value) Set the property corresponding toBundleFlowModCase.getFlowModCaseData()
to the specified value. -
Uses of FlowModCaseData in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case with type parameters of type FlowModCaseDataModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowModCaseData>>
E$$FlowModCaseDataBuilder.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.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case that return FlowModCaseDataModifier and TypeMethodDescription@NonNull FlowModCaseData
FlowModCaseDataBuilder.build()
A newFlowModCaseData
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case that return types with arguments of type FlowModCaseDataModifier and TypeMethodDescriptiondefault Class<FlowModCaseData>
FlowModCaseData.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case with parameters of type FlowModCaseDataModifier and TypeMethodDescriptionstatic boolean
FlowModCaseData.bindingEquals
(@NonNull FlowModCaseData thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FlowModCaseData.bindingHashCode
(@NonNull FlowModCaseData obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FlowModCaseData.bindingToString
(@NonNull FlowModCaseData obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case with type arguments of type FlowModCaseDataModifier and TypeMethodDescriptionFlowModCaseDataBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FlowModCaseData> augmentation) Add an augmentation to this builder's product.FlowModCaseDataBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowModCaseData>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case with parameters of type FlowModCaseDataModifierConstructorDescriptionConstruct a builder initialized with state from specifiedFlowModCaseData
.