Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.flow.mod.spec.flow.mod.spec.flow.mod.copy.field.into.field._case.FlowModCopyFieldIntoFieldBuilder
Packages that use FlowModCopyFieldIntoFieldBuilder
Package
Description
-
Uses of FlowModCopyFieldIntoFieldBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.flow.mod.spec.flow.mod.spec.flow.mod.copy.field.into.field._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.flow.mod.spec.flow.mod.spec.flow.mod.copy.field.into.field._case that return FlowModCopyFieldIntoFieldBuilderModifier and TypeMethodDescriptionFlowModCopyFieldIntoFieldBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<FlowModCopyFieldIntoField> augmentation) Add an augmentation to this builder's product.FlowModCopyFieldIntoFieldBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowModCopyFieldIntoField>> augmentationType) Remove an augmentation from this builder's product.FlowModCopyFieldIntoFieldBuilder.setDstField(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toFlowModCopyFieldIntoField.getDstField()to the specified value.FlowModCopyFieldIntoFieldBuilder.setDstOfs(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toFlowModCopyFieldIntoField.getDstOfs()to the specified value.FlowModCopyFieldIntoFieldBuilder.setFlowModNumBits(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toFlowModCopyFieldIntoField.getFlowModNumBits()to the specified value.FlowModCopyFieldIntoFieldBuilder.setSrcField(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toFlowModCopyFieldIntoField.getSrcField()to the specified value.FlowModCopyFieldIntoFieldBuilder.setSrcOfs(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toFlowModCopyFieldIntoField.getSrcOfs()to the specified value.