Interface Qos
-
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
public interface Qos extends TypedBaseTable<GenericTableSchema>
This class is a typed interface to the QoS Table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Column<GenericTableSchema,Map<String,String>>
getExternalIdsColumn()
Column<GenericTableSchema,Map<String,String>>
getOtherConfigColumn()
Column<GenericTableSchema,Map<Long,UUID>>
getQueuesColumn()
Column<GenericTableSchema,String>
getTypeColumn()
void
setExternalIds(Map<String,String> externalIds)
void
setOtherConfig(Map<String,String> otherConfig)
void
setQueues(Map<Long,UUID> queues)
void
setType(String type)
-
Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn
-
-
-
-
Method Detail
-
getQueuesColumn
Column<GenericTableSchema,Map<Long,UUID>> getQueuesColumn()
-
getTypeColumn
Column<GenericTableSchema,String> getTypeColumn()
-
setType
void setType(String type)
-
getOtherConfigColumn
Column<GenericTableSchema,Map<String,String>> getOtherConfigColumn()
-
getExternalIdsColumn
Column<GenericTableSchema,Map<String,String>> getExternalIdsColumn()
-
-