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