public class Sflow extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Sflow.SflowColumn
Sflow table column name.
|
| Constructor and Description |
|---|
Sflow(DatabaseSchema dbSchema,
Row row)
Constructs a Sflow object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getAgentColumn()
Get the Column entity which column name is "agent" 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 |
getHeaderColumn()
Get the Column entity which column name is "header" from the Row entity
of attributes.
|
Column |
getPollingColumn()
Get the Column entity which column name is "polling" from the Row entity
of attributes.
|
Column |
getSamplingColumn()
Get the Column entity which column name is "sampling" from the Row entity
of attributes.
|
Column |
getTargetsColumn()
Get the Column entity which column name is "targets" from the Row entity
of attributes.
|
void |
setAgent(Set<String> agent)
Add a Column entity which column name is "agent" 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 |
setHeader(Set<Long> header)
Add a Column entity which column name is "header" to the Row entity of
attributes.
|
void |
setPolling(Set<Long> polling)
Add a Column entity which column name is "polling" to the Row entity of
attributes.
|
void |
setSampling(Set<Long> sampling)
Add a Column entity which column name is "sampling" 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 Sflow(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 getAgentColumn()
public void setAgent(Set<String> agent)
agent - the column data which column name is "agent"public Column getExternalIdsColumn()
public void setExternalIds(Map<String,String> externalIds)
externalIds - the column data which column name is "external_ids"public Column getHeaderColumn()
public void setHeader(Set<Long> header)
header - the column data which column name is "header"public Column getPollingColumn()
public void setPolling(Set<Long> polling)
polling - the column data which column name is "polling"public Column getSamplingColumn()