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(java.util.Map<java.lang.String,java.lang.String> externalIds)
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
|
void |
setOtherConfig(java.util.Map<java.lang.String,java.lang.String> otherConfig)
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
|
void |
setQueues(java.util.Map<java.lang.Long,Uuid> queues)
Add a Column entity which column name is "queues" to the Row entity of
attributes.
|
void |
setType(java.util.Set<java.lang.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(java.util.Map<java.lang.Long,Uuid> queues)
queues - the column data which column name is "queues"public Column getTypeColumn()
public void setType(java.util.Set<java.lang.String> type)
type - the column data which column name is "type"public Column getOtherConfigColumn()
public void setOtherConfig(java.util.Map<java.lang.String,java.lang.String> otherConfig)
otherConfig - the column data which column name is "other_config"public Column getExternalIdsColumn()
public void setExternalIds(java.util.Map<java.lang.String,java.lang.String> externalIds)
externalIds - the column data which column name is "external_ids"