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 分块号
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getCostTime()
Get 对比消耗时间,单位为 ms
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDb()
Get 数据库名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDstItem()
Get 目标库数值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFinishedAt()
Get 完成时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIndexName()
Get 索引名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLowerBoundary()
Get 索引下边界
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSrcItem()
Get 源库数值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTable()
Get 表名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpperBoundary()
Get 索引上边界
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChunk(Long Chunk)
Set 分块号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCostTime(Float CostTime)
Set 对比消耗时间,单位为 ms
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDb(String Db)
Set 数据库名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDstItem(String DstItem)
Set 目标库数值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFinishedAt(String FinishedAt)
Set 完成时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndexName(String IndexName)
Set 索引名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLowerBoundary(String LowerBoundary)
Set 索引下边界
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSrcItem(String SrcItem)
Set 源库数值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTable(String Table)
Set 表名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpperBoundary(String UpperBoundary)
Set 索引上边界
注意:此字段可能返回 null,表示取不到有效值。
|
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
- 数据库名
注意:此字段可能返回 null,表示取不到有效值。public String getTable()
public void setTable(String Table)
Table
- 表名
注意:此字段可能返回 null,表示取不到有效值。public Long getChunk()
public void setChunk(Long Chunk)
Chunk
- 分块号
注意:此字段可能返回 null,表示取不到有效值。public String getSrcItem()
public void setSrcItem(String SrcItem)
SrcItem
- 源库数值
注意:此字段可能返回 null,表示取不到有效值。public String getDstItem()
public void setDstItem(String DstItem)
DstItem
- 目标库数值
注意:此字段可能返回 null,表示取不到有效值。public String getIndexName()
public void setIndexName(String IndexName)
IndexName
- 索引名称
注意:此字段可能返回 null,表示取不到有效值。public String getLowerBoundary()
public void setLowerBoundary(String LowerBoundary)
LowerBoundary
- 索引下边界
注意:此字段可能返回 null,表示取不到有效值。public String getUpperBoundary()
public void setUpperBoundary(String UpperBoundary)
UpperBoundary
- 索引上边界
注意:此字段可能返回 null,表示取不到有效值。public Float getCostTime()
public void setCostTime(Float CostTime)
CostTime
- 对比消耗时间,单位为 ms
注意:此字段可能返回 null,表示取不到有效值。public String getFinishedAt()
public void setFinishedAt(String FinishedAt)
FinishedAt
- 完成时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.