public class DataCheckStat extends AbstractModel
header, 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 Number of Field Configuration Checks
|
Long |
getColumnExec()
Get Actual Number of Field Checks
|
Long |
getColumnTotal()
Get Total Number of Fields
|
Long |
getTableConfig()
Get Number of Table Configuration Checks
|
Long |
getTableExec()
Get Actual Number of Table Checks
|
Long |
getTableTotal()
Get Total Tables
|
void |
setColumnConfig(Long ColumnConfig)
Set Number of Field Configuration Checks
|
void |
setColumnExec(Long ColumnExec)
Set Actual Number of Field Checks
|
void |
setColumnTotal(Long ColumnTotal)
Set Total Number of Fields
|
void |
setTableConfig(Long TableConfig)
Set Number of Table Configuration Checks
|
void |
setTableExec(Long TableExec)
Set Actual Number of Table Checks
|
void |
setTableTotal(Long TableTotal)
Set Total Tables
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DataCheckStat()
public DataCheckStat(DataCheckStat source)
public Long getTableTotal()
public void setTableTotal(Long TableTotal)
TableTotal
- Total Tablespublic Long getColumnTotal()
public void setColumnTotal(Long ColumnTotal)
ColumnTotal
- Total Number of Fieldspublic Long getTableConfig()
public void setTableConfig(Long TableConfig)
TableConfig
- Number of Table Configuration Checkspublic Long getColumnConfig()
public void setColumnConfig(Long ColumnConfig)
ColumnConfig
- Number of Field Configuration Checkspublic Long getTableExec()
public void setTableExec(Long TableExec)
TableExec
- Actual Number of Table Checkspublic Long getColumnExec()
public void setColumnExec(Long ColumnExec)
ColumnExec
- Actual Number of Field ChecksCopyright © 2024. All rights reserved.