Class TableStatistics
- java.lang.Object
-
- com.amazonaws.services.databasemigrationservice.model.TableStatistics
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class TableStatistics extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableStatistics
clone()
boolean
equals(Object obj)
Long
getDdls()
The Data Definition Language (DDL) used to build and modify the structure of your tables.Long
getDeletes()
The number of delete actions performed on a table.Long
getFullLoadRows()
The number of rows added during the Full Load operation.Long
getInserts()
The number of insert actions performed on a table.Date
getLastUpdateTime()
The last time the table was updated.String
getSchemaName()
The schema name.String
getTableName()
The name of the table.String
getTableState()
The state of the table.Long
getUpdates()
The number of update actions performed on a table.int
hashCode()
void
setDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.void
setDeletes(Long deletes)
The number of delete actions performed on a table.void
setFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.void
setInserts(Long inserts)
The number of insert actions performed on a table.void
setLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.void
setSchemaName(String schemaName)
The schema name.void
setTableName(String tableName)
The name of the table.void
setTableState(String tableState)
The state of the table.void
setUpdates(Long updates)
The number of update actions performed on a table.String
toString()
Returns a string representation of this object; useful for testing and debugging.TableStatistics
withDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.TableStatistics
withDeletes(Long deletes)
The number of delete actions performed on a table.TableStatistics
withFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.TableStatistics
withInserts(Long inserts)
The number of insert actions performed on a table.TableStatistics
withLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.TableStatistics
withSchemaName(String schemaName)
The schema name.TableStatistics
withTableName(String tableName)
The name of the table.TableStatistics
withTableState(String tableState)
The state of the table.TableStatistics
withUpdates(Long updates)
The number of update actions performed on a table.
-
-
-
Method Detail
-
setSchemaName
public void setSchemaName(String schemaName)
The schema name.
- Parameters:
schemaName
- The schema name.
-
getSchemaName
public String getSchemaName()
The schema name.
- Returns:
- The schema name.
-
withSchemaName
public TableStatistics withSchemaName(String schemaName)
The schema name.
- Parameters:
schemaName
- The schema name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTableName
public void setTableName(String tableName)
The name of the table.
- Parameters:
tableName
- The name of the table.
-
getTableName
public String getTableName()
The name of the table.
- Returns:
- The name of the table.
-
withTableName
public TableStatistics withTableName(String tableName)
The name of the table.
- Parameters:
tableName
- The name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInserts
public void setInserts(Long inserts)
The number of insert actions performed on a table.
- Parameters:
inserts
- The number of insert actions performed on a table.
-
getInserts
public Long getInserts()
The number of insert actions performed on a table.
- Returns:
- The number of insert actions performed on a table.
-
withInserts
public TableStatistics withInserts(Long inserts)
The number of insert actions performed on a table.
- Parameters:
inserts
- The number of insert actions performed on a table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeletes
public void setDeletes(Long deletes)
The number of delete actions performed on a table.
- Parameters:
deletes
- The number of delete actions performed on a table.
-
getDeletes
public Long getDeletes()
The number of delete actions performed on a table.
- Returns:
- The number of delete actions performed on a table.
-
withDeletes
public TableStatistics withDeletes(Long deletes)
The number of delete actions performed on a table.
- Parameters:
deletes
- The number of delete actions performed on a table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUpdates
public void setUpdates(Long updates)
The number of update actions performed on a table.
- Parameters:
updates
- The number of update actions performed on a table.
-
getUpdates
public Long getUpdates()
The number of update actions performed on a table.
- Returns:
- The number of update actions performed on a table.
-
withUpdates
public TableStatistics withUpdates(Long updates)
The number of update actions performed on a table.
- Parameters:
updates
- The number of update actions performed on a table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDdls
public void setDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
- Parameters:
ddls
- The Data Definition Language (DDL) used to build and modify the structure of your tables.
-
getDdls
public Long getDdls()
The Data Definition Language (DDL) used to build and modify the structure of your tables.
- Returns:
- The Data Definition Language (DDL) used to build and modify the structure of your tables.
-
withDdls
public TableStatistics withDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
- Parameters:
ddls
- The Data Definition Language (DDL) used to build and modify the structure of your tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFullLoadRows
public void setFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
- Parameters:
fullLoadRows
- The number of rows added during the Full Load operation.
-
getFullLoadRows
public Long getFullLoadRows()
The number of rows added during the Full Load operation.
- Returns:
- The number of rows added during the Full Load operation.
-
withFullLoadRows
public TableStatistics withFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
- Parameters:
fullLoadRows
- The number of rows added during the Full Load operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastUpdateTime
public void setLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
- Parameters:
lastUpdateTime
- The last time the table was updated.
-
getLastUpdateTime
public Date getLastUpdateTime()
The last time the table was updated.
- Returns:
- The last time the table was updated.
-
withLastUpdateTime
public TableStatistics withLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
- Parameters:
lastUpdateTime
- The last time the table was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTableState
public void setTableState(String tableState)
The state of the table.
- Parameters:
tableState
- The state of the table.
-
getTableState
public String getTableState()
The state of the table.
- Returns:
- The state of the table.
-
withTableState
public TableStatistics withTableState(String tableState)
The state of the table.
- Parameters:
tableState
- The state of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public TableStatistics clone()
-
-