Interface Qos
- All Superinterfaces:
 TypedBaseTable<GenericTableSchema>
This class is a typed interface to the QoS Table.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetExternalIds(Map<String, String> externalIds) voidsetOtherConfig(Map<String, String> otherConfig) voidvoidMethods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn 
- 
Method Details
- 
getQueuesColumn
Column<GenericTableSchema,Map<Long, getQueuesColumn()UUID>>  - 
setQueues
 - 
getTypeColumn
Column<GenericTableSchema,String> getTypeColumn() - 
setType
 - 
getOtherConfigColumn
Column<GenericTableSchema,Map<String, getOtherConfigColumn()String>>  - 
setOtherConfig
 - 
getExternalIdsColumn
Column<GenericTableSchema,Map<String, getExternalIdsColumn()String>>  - 
setExternalIds
 
 -