public class RowsCountDifference extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RowsCountDifference() | 
| RowsCountDifference(RowsCountDifference 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 | 
|---|---|
| String | getDb()Get 数据库名 | 
| Long | getDstCount()Get 目标端行数 | 
| Long | getSrcCount()Get 源端行数 | 
| String | getTable()Get 集合 | 
| void | setDb(String Db)Set 数据库名 | 
| void | setDstCount(Long DstCount)Set 目标端行数 | 
| void | setSrcCount(Long SrcCount)Set 源端行数 | 
| void | setTable(String Table)Set 集合 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RowsCountDifference()
public RowsCountDifference(RowsCountDifference source)
public String getDb()
public void setDb(String Db)
Db - 数据库名public String getTable()
public void setTable(String Table)
Table - 集合public Long getSrcCount()
public void setSrcCount(Long SrcCount)
SrcCount - 源端行数public Long getDstCount()
public void setDstCount(Long DstCount)
DstCount - 目标端行数Copyright © 2025. All rights reserved.