Interface Qos
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
This class is a typed interface to the QoS Table.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setExternalIds
(Map<String, String> externalIds) void
setOtherConfig
(Map<String, String> otherConfig) void
void
Methods 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
-