public class Manager extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Manager.ManagerColumn
Manager table column name.
|
| Constructor and Description |
|---|
Manager(DatabaseSchema dbSchema,
Row row)
Constructs a Manager object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getConnectionModeColumn()
Get the Column entity which column name is "connection_mode" 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 |
getInactivityProbeColumn()
Get the Column entity which column name is "inactivity_probe" from the
Row entity of attributes.
|
Column |
getIsConnectedColumn()
Get the Column entity which column name is "is_connected" from the Row
entity of attributes.
|
Column |
getMaxBackoffColumn()
Get the Column entity which column name is "max_backoff" from the Row
entity of attributes.
|
Column |
getOtherConfigColumn()
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
|
Column |
getStatusColumn()
Get the Column entity which column name is "status" from the Row entity
of attributes.
|
Column |
getTargetColumn()
Get the Column entity which column name is "target" from the Row entity
of attributes.
|
void |
setConnectionMode(Set<String> connectionMode)
Add a Column entity which column name is "connection_mode" 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 |
setInactivityProbe(Set<Long> inactivityProbe)
Add a Column entity which column name is "inactivity_probe" to the Row
entity of attributes.
|
void |
setIsConnected(Boolean isConnected)
Add a Column entity which column name is "is_connected" to the Row entity
of attributes.
|
void |
setMaxBackoff(Set<Long> maxBackoff)
Add a Column entity which column name is "max_backoff" 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.
|
void |
setStatus(Map<String,String> status)
Add a Column entity which column name is "status" to the Row entity of
attributes.
|
void |
setTarget(Set<String> target)
Add a Column entity which column name is "target" to the Row entity of
attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic Manager(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getTargetColumn()
public void setTarget(Set<String> target)
target - the column data which column name is "target"public Column getIsConnectedColumn()
public void setIsConnected(Boolean isConnected)
isConnected - the column data which column name is "is_connected"public Column getOtherConfigColumn()
public void setOtherConfig(Map<String,String> otherConfig)
otherConfig - the column data which column name is "other_config"public Column getExternalIdsColumn()
public void setExternalIds(Map<String,String> externalIds)
externalIds - the column data which column name is "external_ids"public Column getMaxBackoffColumn()
public void setMaxBackoff(Set<Long> maxBackoff)
maxBackoff - the column data which column name is "max_backoff"public Column getStatusColumn()
public void setStatus(Map<String,String> status)
status - the column data which column name is "status"public Column getInactivityProbeColumn()
public void setInactivityProbe(Set<Long> inactivityProbe)
inactivityProbe - the column data which column name is
"inactivity_probe"public Column getConnectionModeColumn()