public class Mirror extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Mirror.MirrorColumn
Mirror table column name.
|
| Constructor and Description |
|---|
Mirror(DatabaseSchema dbSchema,
Row row)
Constructs a Mirror 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.
|
String |
getName()
Get the column data which column name is "name" from the Row entity of
attributes.
|
Column |
getNameColumn()
Get the Column entity which column name is "name" from the Row entity of
attributes.
|
Column |
getOutputPortColumn()
Get the Column entity which column name is "output_port" from the Row
entity of attributes.
|
Column |
getOutputVlanColumn()
Get the Column entity which column name is "output_vlan" from the Row
entity of attributes.
|
Column |
getSelectAllColumn()
Get the Column entity which column name is "select_all" from the Row
entity of attributes.
|
Column |
getSelectDstPortColumn()
Get the Column entity which column name is "select_dst_port" from the Row
entity of attributes.
|
Column |
getSelectSrcPortColumn()
Get the Column entity which column name is "select_src_port" from the Row
entity of attributes.
|
Column |
getSelectVlanColumn()
Get the Column entity which column name is "select_vlan" from the Row
entity of attributes.
|
Column |
getStatisticsColumn()
Get the Column entity which column name is "statistics" from 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 |
setName(String name)
Add a Column entity which column name is "name" to the Row entity of
attributes.
|
void |
setOutputPort(Uuid outputPort)
Add a Column entity which column name is "output_port" to the Row entity
of attributes.
|
void |
setOutputVlan(Short outputVlan)
Add a Column entity which column name is "output_vlan" to the Row entity
of attributes.
|
void |
setSelectAll(Boolean selectAll)
Add a Column entity which column name is "select_all" to the Row entity
of attributes.
|
void |
setSelectDstPort(Set<Uuid> selectDstPrt)
Add a Column entity which column name is "select_dst_port" to the Row
entity of attributes.
|
void |
setSelectSrcPort(Set<Uuid> selectSrcPort)
Add a Column entity which column name is "select_src_port" to the Row
entity of attributes.
|
void |
setSelectVlan(Set<Short> selectVlan)
Add a Column entity which column name is "select_vlan" to the Row entity
of attributes.
|
void |
setStatistics(Map<String,Long> statistics)
Add a Column entity which column name is "statistics" to the Row entity
of attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic Mirror(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getNameColumn()
public void setName(String name)
name - the column data which column name is "name"public String getName()
public Column getSelectSrcPortColumn()
public void setSelectSrcPort(Set<Uuid> selectSrcPort)
selectSrcPort - the column data which column name is
"select_src_port"public Column getSelectDstPortColumn()
public void setSelectDstPort(Set<Uuid> selectDstPrt)
selectDstPrt - the column data which column name is
"select_dst_port"public Column getSelectVlanColumn()
public void setSelectVlan(Set<Short> selectVlan)
selectVlan - the column data which column name is "select_vlan"public Column getOutputPortColumn()
public void setOutputPort(Uuid outputPort)
outputPort - the column data which column name is "output_port"public Column getOutputVlanColumn()
public void setOutputVlan(Short outputVlan)
outputVlan - the column data which column name is "output_vlan"public Column getStatisticsColumn()
public void setStatistics(Map<String,Long> statistics)
statistics - the column data which column name is "statistics"public Column getExternalIdsColumn()
public void setExternalIds(Map<String,String> externalIds)
externalIds - the column data which column name is "external_ids"public Column getSelectAllColumn()
public void setSelectAll(Boolean selectAll)
selectAll - the column data which column name is "select_all"