public class FlowSampleCollectorSet extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowSampleCollectorSet.FlowSampleCollectorSetColumn
FlowSampleCollectorSet table column name.
|
| Constructor and Description |
|---|
FlowSampleCollectorSet(DatabaseSchema dbSchema,
Row row)
Constructs a FlowSampleCollectorSet object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getBridgeColumn()
Get the Column entity which column name is "bridge" 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 |
getIdColumn()
Get the Column entity which column name is "id" from the Row entity of
attributes.
|
Column |
getIpfixColumn()
Get the Column entity which column name is "ipfix" from the Row entity of
attributes.
|
void |
setBridge(Uuid bridge)
Add a Column entity which column name is "bridge" 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 |
setId(Long id)
Add a Column entity which column name is "id" to the Row entity of
attributes.
|
void |
setIpfix(Uuid ipfix)
Add a Column entity which column name is "ipfix" to the Row entity of
attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic FlowSampleCollectorSet(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getIdColumn()
public void setId(Long id)
id - the column data which column name is "id"public Column getBridgeColumn()
public void setBridge(Uuid bridge)
bridge - the column data which column name is "bridge"public Column getIpfixColumn()
public void setIpfix(Uuid ipfix)
ipfix - the column data which column name is "ipfix"public Column getExternalIdsColumn()