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 RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<RemoveFlowCaseData> augmentation)Add an augmentation to this builder's product.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveFlowCaseData>> augmentationType)Remove an augmentation from this builder's product.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setBarrier(Boolean value)Set the property corresponding toFlow.getBarrier()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setBufferId(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toFlow.getBufferId()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setContainerName(String value)Set the property corresponding toFlow.getContainerName()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setCookie(FlowCookie value)Set the property corresponding toGenericFlowAttributes.getCookie()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setCookieMask(FlowCookie value)Set the property corresponding toFlow.getCookieMask()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setFlags(FlowModFlags value)Set the property corresponding toFlow.getFlags()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setFlowName(String value)Set the property corresponding toFlow.getFlowName()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setHardTimeout(org.opendaylight.yangtools.yang.common.Uint16 value)Set the property corresponding toGenericFlowAttributes.getHardTimeout()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setIdleTimeout(org.opendaylight.yangtools.yang.common.Uint16 value)Set the property corresponding toGenericFlowAttributes.getIdleTimeout()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setInstallHw(Boolean value)Set the property corresponding toFlow.getInstallHw()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setInstructions(Instructions value)Set the property corresponding toFlow.getInstructions()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setMatch(Match value)Set the property corresponding toFlow.getMatch()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setOutGroup(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toFlow.getOutGroup()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setOutPort(org.opendaylight.yangtools.yang.common.Uint64 value)Set the property corresponding toFlow.getOutPort()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setPriority(org.opendaylight.yangtools.yang.common.Uint16 value)Set the property corresponding toGenericFlowAttributes.getPriority()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setStrict(Boolean value)Set the property corresponding toFlow.getStrict()to the specified value.RemoveFlowCaseDataBuilderRemoveFlowCaseDataBuilder. setTableId(org.opendaylight.yangtools.yang.common.Uint8 value)Set the property corresponding toGenericFlowAttributes.getTableId()to the specified value. 
 -