public class Qos extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Qos.QosColumn
Qos table column name.
|
| Constructor and Description |
|---|
Qos(DatabaseSchema dbSchema,
Row row)
Constructs a Qos object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getExternalIdsColumn()
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
|
Column |
getOtherConfigColumn()
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
|
Column |
getQueuesColumn()
Get the Column entity which column name is "queues" from the Row entity
of attributes.
|
Column |
getTypeColumn()
Get the Column entity which column name is "type" from the Row entity of
attributes.
|
void |
setExternalIds(Map<String,String> externalIds)
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
|
void |
setOtherConfig(Map<String,String> otherConfig)
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
|
void |
setQueues(Map<Long,Uuid> queues)
Add a Column entity which column name is "queues" to the Row entity of
attributes.
|
void |
setType(Set<String> type)
Add a Column entity which column name is "type" to the Row entity of
attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic Qos(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getQueuesColumn()
public void setQueues(Map<Long,Uuid> queues)
queues - the column data which column name is "queues"public Column getTypeColumn()
public void setType(Set<String> type)
type - the column data which column name is "type"public Column getOtherConfigColumn()
public void setOtherConfig(Map<String,String> otherConfig)
otherConfig - the column data which column name is "other_config"public Column getExternalIdsColumn()