public class Netflow extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Netflow.NetflowColumn
Netflow table column name.
|
| Constructor and Description |
|---|
Netflow(DatabaseSchema dbSchema,
Row row)
Constructs a NetFlow object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getActiveTimeoutColumn()
Get the Column entity which column name is "active_timeout" from the Row
entity of attributes.
|
Column |
getAddIdToInterfaceColumn()
Get the Column entity which column name is "add_id_to_interface" from the
Row entity of attributes.
|
Column |
getEngineIdColumn()
Get the Column entity which column name is "engine_id" from the Row
entity of attributes.
|
Column |
getEngineTypeColumn()
Get the Column entity which column name is "engine_type" 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 |
getTargetsColumn()
Get the Column entity which column name is "targets" from the Row entity
of attributes.
|
void |
setActiveTimeout(Long activeTimeout)
Add a Column entity which column name is "active_timeout" to the Row
entity of attributes.
|
void |
setAddIdToInterface(Boolean addIdToInterface)
Add a Column entity which column name is "add_id_to_interface" to the Row
entity of attributes.
|
void |
setEngineId(Set<Long> engineId)
Add a Column entity which column name is "engine_id" to the Row entity of
attributes.
|
void |
setEngineType(Set<Long> engineType)
Add a Column entity which column name is "engine_type" 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 |
setTargets(Set<String> targets)
Add a Column entity which column name is "targets" to the Row entity of
attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic Netflow(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getTargetsColumn()
public void setTargets(Set<String> targets)
targets - the column data which column name is "targets"public Column getActiveTimeoutColumn()
public void setActiveTimeout(Long activeTimeout)
activeTimeout - the column data which column name is
"active_timeout"public Column getEngineTypeColumn()
public void setEngineType(Set<Long> engineType)
engineType - the column data which column name is "engine_type"public Column getExternalIdsColumn()
public void setExternalIds(Map<String,String> externalIds)
externalIds - the column data which column name is "external_ids"public Column getAddIdToInterfaceColumn()
public void setAddIdToInterface(Boolean addIdToInterface)
addIdToInterface - the column data which column name is
"add_id_to_interface"public Column getEngineIdColumn()