Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124.bundle.inner.message.grouping.bundle.inner.message.bundle.remove.flow._case.RemoveFlowCaseDataBuilder
-
-
Uses of RemoveFlowCaseDataBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124.bundle.inner.message.grouping.bundle.inner.message.bundle.remove.flow._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124.bundle.inner.message.grouping.bundle.inner.message.bundle.remove.flow._case that return RemoveFlowCaseDataBuilder Modifier and Type Method Description RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<RemoveFlowCaseData> augmentation)
Add an augmentation to this builder's product.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveFlowCaseData>> augmentationType)
Remove an augmentation from this builder's product.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setBarrier(Boolean value)
Set the property corresponding toFlow.getBarrier()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setBufferId(org.opendaylight.yangtools.yang.common.Uint32 value)
Set the property corresponding toFlow.getBufferId()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setContainerName(String value)
Set the property corresponding toFlow.getContainerName()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setCookie(FlowCookie value)
Set the property corresponding toGenericFlowAttributes.getCookie()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setCookieMask(FlowCookie value)
Set the property corresponding toFlow.getCookieMask()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setFlags(FlowModFlags value)
Set the property corresponding toFlow.getFlags()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setFlowName(String value)
Set the property corresponding toFlow.getFlowName()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setHardTimeout(org.opendaylight.yangtools.yang.common.Uint16 value)
Set the property corresponding toGenericFlowAttributes.getHardTimeout()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setIdleTimeout(org.opendaylight.yangtools.yang.common.Uint16 value)
Set the property corresponding toGenericFlowAttributes.getIdleTimeout()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setInstallHw(Boolean value)
Set the property corresponding toFlow.getInstallHw()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setInstructions(Instructions value)
Set the property corresponding toFlow.getInstructions()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setMatch(Match value)
Set the property corresponding toFlow.getMatch()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setOutGroup(org.opendaylight.yangtools.yang.common.Uint32 value)
Set the property corresponding toFlow.getOutGroup()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setOutPort(org.opendaylight.yangtools.yang.common.Uint64 value)
Set the property corresponding toFlow.getOutPort()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setPriority(org.opendaylight.yangtools.yang.common.Uint16 value)
Set the property corresponding toGenericFlowAttributes.getPriority()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setStrict(Boolean value)
Set the property corresponding toFlow.getStrict()
to the specified value.RemoveFlowCaseDataBuilder
RemoveFlowCaseDataBuilder. setTableId(org.opendaylight.yangtools.yang.common.Uint8 value)
Set the property corresponding toGenericFlowAttributes.getTableId()
to the specified value.
-