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