public static class GetBatchEvaluateTaskReportResponse.EvaluateResults.TableShardResultsItem extends Object
| Constructor and Description |
|---|
TableShardResultsItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateTableSql() |
Integer |
getDbpartitions() |
String |
getDbShardKey() |
Integer |
getRowCount() |
String |
getShardKeyType() |
String |
getShardType() |
Integer |
getSqlCount() |
String |
getTable() |
Integer |
getTbpartitions() |
String |
getTbShardKey() |
void |
setCreateTableSql(String createTableSql) |
void |
setDbpartitions(Integer dbpartitions) |
void |
setDbShardKey(String dbShardKey) |
void |
setRowCount(Integer rowCount) |
void |
setShardKeyType(String shardKeyType) |
void |
setShardType(String shardType) |
void |
setSqlCount(Integer sqlCount) |
void |
setTable(String table) |
void |
setTbpartitions(Integer tbpartitions) |
void |
setTbShardKey(String tbShardKey) |
public String getTable()
public void setTable(String table)
public String getShardType()
public void setShardType(String shardType)
public String getDbShardKey()
public void setDbShardKey(String dbShardKey)
public String getTbShardKey()
public void setTbShardKey(String tbShardKey)
public Integer getTbpartitions()
public void setTbpartitions(Integer tbpartitions)
public Integer getDbpartitions()
public void setDbpartitions(Integer dbpartitions)
public String getCreateTableSql()
public void setCreateTableSql(String createTableSql)
public Integer getRowCount()
public void setRowCount(Integer rowCount)
public Integer getSqlCount()
public void setSqlCount(Integer sqlCount)
public String getShardKeyType()
public void setShardKeyType(String shardKeyType)
Copyright © 2020. All Rights Reserved.