public static interface OFTableFeatures.Builder
Modifier and Type | Method and Description |
---|---|
OFTableFeatures |
build() |
long |
getConfig() |
long |
getMaxEntries() |
U64 |
getMetadataMatch() |
U64 |
getMetadataWrite() |
String |
getName() |
List<OFTableFeatureProp> |
getProperties() |
TableId |
getTableId() |
OFVersion |
getVersion() |
OFTableFeatures.Builder |
setConfig(long config) |
OFTableFeatures.Builder |
setMaxEntries(long maxEntries) |
OFTableFeatures.Builder |
setMetadataMatch(U64 metadataMatch) |
OFTableFeatures.Builder |
setMetadataWrite(U64 metadataWrite) |
OFTableFeatures.Builder |
setName(String name) |
OFTableFeatures.Builder |
setProperties(List<OFTableFeatureProp> properties) |
OFTableFeatures.Builder |
setTableId(TableId tableId) |
OFTableFeatures build()
TableId getTableId()
OFTableFeatures.Builder setTableId(TableId tableId)
String getName()
OFTableFeatures.Builder setName(String name)
U64 getMetadataMatch()
OFTableFeatures.Builder setMetadataMatch(U64 metadataMatch)
U64 getMetadataWrite()
OFTableFeatures.Builder setMetadataWrite(U64 metadataWrite)
long getConfig()
OFTableFeatures.Builder setConfig(long config)
long getMaxEntries()
OFTableFeatures.Builder setMaxEntries(long maxEntries)
List<OFTableFeatureProp> getProperties()
OFTableFeatures.Builder setProperties(List<OFTableFeatureProp> properties)
OFVersion getVersion()
Copyright © 2015. All rights reserved.