public class DifferenceItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
DifferenceItem() |
DifferenceItem(DifferenceItem 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 |
getChunk()
Get 分块号
|
Float |
getCostTime()
Get 对比消耗时间,单位为 ms
|
String |
getDb()
Get 数据库名
|
String |
getDstItem()
Get 目标库数值
|
String |
getFinishedAt()
Get 完成时间
|
String |
getIndexName()
Get 索引名称
|
String |
getLowerBoundary()
Get 索引下边界
|
String |
getSchema()
Get schema
|
String |
getSrcItem()
Get 源库数值
|
String |
getTable()
Get 表名
|
String |
getUpperBoundary()
Get 索引上边界
|
void |
setChunk(Long Chunk)
Set 分块号
|
void |
setCostTime(Float CostTime)
Set 对比消耗时间,单位为 ms
|
void |
setDb(String Db)
Set 数据库名
|
void |
setDstItem(String DstItem)
Set 目标库数值
|
void |
setFinishedAt(String FinishedAt)
Set 完成时间
|
void |
setIndexName(String IndexName)
Set 索引名称
|
void |
setLowerBoundary(String LowerBoundary)
Set 索引下边界
|
void |
setSchema(String Schema)
Set schema
|
void |
setSrcItem(String SrcItem)
Set 源库数值
|
void |
setTable(String Table)
Set 表名
|
void |
setUpperBoundary(String UpperBoundary)
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, toJsonString
public DifferenceItem()
public DifferenceItem(DifferenceItem source)
public String getDb()
public void setDb(String Db)
Db
- 数据库名public String getSchema()
public void setSchema(String Schema)
Schema
- schemapublic String getTable()
public void setTable(String Table)
Table
- 表名public Long getChunk()
public void setChunk(Long Chunk)
Chunk
- 分块号public String getSrcItem()
public void setSrcItem(String SrcItem)
SrcItem
- 源库数值public String getDstItem()
public void setDstItem(String DstItem)
DstItem
- 目标库数值public String getIndexName()
public void setIndexName(String IndexName)
IndexName
- 索引名称public String getLowerBoundary()
public void setLowerBoundary(String LowerBoundary)
LowerBoundary
- 索引下边界public String getUpperBoundary()
public void setUpperBoundary(String UpperBoundary)
UpperBoundary
- 索引上边界public Float getCostTime()
public void setCostTime(Float CostTime)
CostTime
- 对比消耗时间,单位为 mspublic String getFinishedAt()
public void setFinishedAt(String FinishedAt)
FinishedAt
- 完成时间Copyright © 2025. All rights reserved.