Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case.FlowModCaseDataBuilder
Packages that use FlowModCaseDataBuilder
Package
Description
-
Uses of FlowModCaseDataBuilder 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 that return FlowModCaseDataBuilderModifier 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.Set the property corresponding toActionsGrouping.getAction()
to the specified value.FlowModCaseDataBuilder.setBufferId
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toFlowMod$G.getBufferId()
to the specified value.FlowModCaseDataBuilder.setCommand
(FlowModCommand value) Set the property corresponding toFlowMod$G.getCommand()
to the specified value.FlowModCaseDataBuilder.setCookie
(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toFlowMod$G.getCookie()
to the specified value.FlowModCaseDataBuilder.setCookieMask
(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toFlowMod$G.getCookieMask()
to the specified value.FlowModCaseDataBuilder.setFlags
(FlowModFlags value) Set the property corresponding toFlowMod$G.getFlags()
to the specified value.FlowModCaseDataBuilder.setFlagsV10
(FlowModFlagsV10 value) Set the property corresponding toFlowMod$G.getFlagsV10()
to the specified value.FlowModCaseDataBuilder.setHardTimeout
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toFlowMod$G.getHardTimeout()
to the specified value.FlowModCaseDataBuilder.setIdleTimeout
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toFlowMod$G.getIdleTimeout()
to the specified value.FlowModCaseDataBuilder.setInstruction
(List<Instruction> values) Set the property corresponding toInstructionsGrouping.getInstruction()
to the specified value.Set the property corresponding toMatchGrouping.getMatch()
to the specified value.FlowModCaseDataBuilder.setMatchV10
(MatchV10 value) Set the property corresponding toMatchV10Grouping.getMatchV10()
to the specified value.FlowModCaseDataBuilder.setOutGroup
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toFlowMod$G.getOutGroup()
to the specified value.FlowModCaseDataBuilder.setOutPort
(PortNumber value) Set the property corresponding toFlowMod$G.getOutPort()
to the specified value.FlowModCaseDataBuilder.setPriority
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toFlowMod$G.getPriority()
to the specified value.FlowModCaseDataBuilder.setTableId
(TableId value) Set the property corresponding toFlowMod$G.getTableId()
to the specified value.FlowModCaseDataBuilder.setVersion
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toOfHeader.getVersion()
to the specified value.FlowModCaseDataBuilder.setXid
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toOfHeader.getXid()
to the specified value.