Interface LogicalSwitch
- All Superinterfaces:
 TypedBaseTable<GenericTableSchema>
- 
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetDescription(String description) voidvoidsetOtherConfig(Map<String, String> otherConfig) voidsetReplicationMode(Set<String> replicationMode) voidsetTunnelKey(Set<Long> tunnelKey) Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn 
- 
Method Details
- 
getNameColumn
Column<GenericTableSchema,String> getNameColumn() - 
getName
String getName() - 
setName
 - 
getDescriptionColumn
Column<GenericTableSchema,String> getDescriptionColumn() - 
getDescription
String getDescription() - 
setDescription
 - 
getTunnelKeyColumn
Column<GenericTableSchema,Set<Long>> getTunnelKeyColumn() - 
setTunnelKey
 - 
getReplicationModeColumn
Column<GenericTableSchema,Set<String>> getReplicationModeColumn() - 
setReplicationMode
 - 
getOtherConfigColumn
Column<GenericTableSchema,Map<String, getOtherConfigColumn()String>>  - 
setOtherConfig
 
 -