public class Queue extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Queue.QueueColumn
Queue table column name.
|
| Constructor and Description |
|---|
Queue(DatabaseSchema dbSchema,
Row row)
Constructs a Queue object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getDscpColumn()
Get the Column entity which column name is "dscp" from the Row entity of
attributes.
|
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.
|
void |
setDscp(Set<Long> dscp)
Add a Column entity which column name is "dscp" to 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.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic Queue(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getDscpColumn()
public void setDscp(Set<Long> dscp)
dscp - the column data which column name is "dscp"public Column getOtherConfigColumn()
public void setOtherConfig(Map<String,String> otherConfig)
otherConfig - the column data which column name is "other_config"public Column getExternalIdsColumn()