public static interface OFTableDesc.Builder
| Modifier and Type | Method and Description |
|---|---|
OFTableDesc |
build() |
Set<OFTableConfig> |
getConfig() |
List<OFTableModProp> |
getProperties() |
TableId |
getTableId() |
OFVersion |
getVersion() |
OFTableDesc.Builder |
setConfig(Set<OFTableConfig> config) |
OFTableDesc.Builder |
setProperties(List<OFTableModProp> properties) |
OFTableDesc.Builder |
setTableId(TableId tableId) |
OFTableDesc build()
TableId getTableId()
OFTableDesc.Builder setTableId(TableId tableId)
Set<OFTableConfig> getConfig()
OFTableDesc.Builder setConfig(Set<OFTableConfig> config)
List<OFTableModProp> getProperties() throws UnsupportedOperationException
UnsupportedOperationExceptionOFTableDesc.Builder setProperties(List<OFTableModProp> properties) throws UnsupportedOperationException
UnsupportedOperationExceptionOFVersion getVersion()
Copyright © 2019. All rights reserved.