public class DataCheckStat extends AbstractModel
skipSign
Constructor and Description |
---|
DataCheckStat() |
DataCheckStat(DataCheckStat source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getColumnConfig()
Get 字段配置检测数
|
Long |
getColumnExec()
Get 字段实际检测数
|
Long |
getColumnTotal()
Get 字段总数
|
Long |
getTableConfig()
Get 表配置检测数
|
Long |
getTableExec()
Get 表实际检测数
|
Long |
getTableTotal()
Get 表总数
|
void |
setColumnConfig(Long ColumnConfig)
Set 字段配置检测数
|
void |
setColumnExec(Long ColumnExec)
Set 字段实际检测数
|
void |
setColumnTotal(Long ColumnTotal)
Set 字段总数
|
void |
setTableConfig(Long TableConfig)
Set 表配置检测数
|
void |
setTableExec(Long TableExec)
Set 表实际检测数
|
void |
setTableTotal(Long TableTotal)
Set 表总数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DataCheckStat()
public DataCheckStat(DataCheckStat source)
public Long getTableTotal()
public void setTableTotal(Long TableTotal)
TableTotal
- 表总数public Long getColumnTotal()
public void setColumnTotal(Long ColumnTotal)
ColumnTotal
- 字段总数public Long getTableConfig()
public void setTableConfig(Long TableConfig)
TableConfig
- 表配置检测数public Long getColumnConfig()
public void setColumnConfig(Long ColumnConfig)
ColumnConfig
- 字段配置检测数public Long getTableExec()
public void setTableExec(Long TableExec)
TableExec
- 表实际检测数public Long getColumnExec()
public void setColumnExec(Long ColumnExec)
ColumnExec
- 字段实际检测数Copyright © 2023. All rights reserved.