Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case.multipart.reply.table.features.TableFeaturesBuilder
Packages that use TableFeaturesBuilder
Package
Description
-
Uses of TableFeaturesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case.multipart.reply.table.features
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case.multipart.reply.table.features that return TableFeaturesBuilderModifier and TypeMethodDescriptionTableFeaturesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<TableFeatures> augmentation) Add an augmentation to this builder's product.TableFeaturesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TableFeatures>> augmentationType) Remove an augmentation from this builder's product.TableFeaturesBuilder.setConfig
(TableConfig value) Set the property corresponding toTableFeatures.getConfig()
to the specified value.TableFeaturesBuilder.setMaxEntries
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toTableFeatures.getMaxEntries()
to the specified value.TableFeaturesBuilder.setMetadataMatch
(byte[] value) Set the property corresponding toTableFeatures.getMetadataMatch()
to the specified value.TableFeaturesBuilder.setMetadataWrite
(byte[] value) Set the property corresponding toTableFeatures.getMetadataWrite()
to the specified value.Set the property corresponding toTableFeatures.getName()
to the specified value.TableFeaturesBuilder.setTableFeatureProperties
(List<TableFeatureProperties> values) Set the property corresponding toTableFeaturesPropertiesGrouping.getTableFeatureProperties()
to the specified value.TableFeaturesBuilder.setTableId
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toTableFeatures.getTableId()
to the specified value.