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(java.util.Set<java.lang.String> connectionMode)
Add a Column entity which column name is "connection_mode" to the Row
entity of attributes.
|
void |
setExternalIds(java.util.Map<java.lang.String,java.lang.String> externalIds)
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
|
void |
setInactivityProbe(java.util.Set<java.lang.Long> inactivityProbe)
Add a Column entity which column name is "inactivity_probe" to the Row
entity of attributes.
|
void |
setIsConnected(java.lang.Boolean isConnected)
Add a Column entity which column name is "is_connected" to the Row entity
of attributes.
|
void |
setMaxBackoff(java.util.Set<java.lang.Long> maxBackoff)
Add a Column entity which column name is "max_backoff" to the Row entity
of attributes.
|
void |
setOtherConfig(java.util.Map<java.lang.String,java.lang.String> otherConfig)
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
|
void |
setStatus(java.util.Map<java.lang.String,java.lang.String> status)
Add a Column entity which column name is "status" to the Row entity of
attributes.
|
void |
setTarget(java.util.Set<java.lang.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(java.util.Set<java.lang.String> target)
target - the column data which column name is "target"public Column getIsConnectedColumn()
public void setIsConnected(java.lang.Boolean isConnected)
isConnected - the column data which column name is "is_connected"public Column getOtherConfigColumn()
public void setOtherConfig(java.util.Map<java.lang.String,java.lang.String> otherConfig)
otherConfig - the column data which column name is "other_config"public Column getExternalIdsColumn()
public void setExternalIds(java.util.Map<java.lang.String,java.lang.String> externalIds)
externalIds - the column data which column name is "external_ids"public Column getMaxBackoffColumn()
public void setMaxBackoff(java.util.Set<java.lang.Long> maxBackoff)
maxBackoff - the column data which column name is "max_backoff"public Column getStatusColumn()
public void setStatus(java.util.Map<java.lang.String,java.lang.String> status)
status - the column data which column name is "status"public Column getInactivityProbeColumn()
public void setInactivityProbe(java.util.Set<java.lang.Long> inactivityProbe)
inactivityProbe - the column data which column name is
"inactivity_probe"public Column getConnectionModeColumn()
public void setConnectionMode(java.util.Set<java.lang.String> connectionMode)
connectionMode - the column data which column name is
"connection_mode"