public class DifferenceItem extends AbstractModel
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 Chunk ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getCostTime()
Get Comparison time in ms
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDb()
Get Database name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDstItem()
Get Target database value
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFinishedAt()
Get Completion time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIndexName()
Get Index name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLowerBoundary()
Get First index key
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSrcItem()
Get Source database value
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTable()
Get Table name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUpperBoundary()
Get Last index key
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setChunk(Long Chunk)
Set Chunk ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCostTime(Float CostTime)
Set Comparison time in ms
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDb(String Db)
Set Database name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDstItem(String DstItem)
Set Target database value
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFinishedAt(String FinishedAt)
Set Completion time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIndexName(String IndexName)
Set Index name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLowerBoundary(String LowerBoundary)
Set First index key
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSrcItem(String SrcItem)
Set Source database value
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTable(String Table)
Set Table name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUpperBoundary(String UpperBoundary)
Set Last index key
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DifferenceItem()
public DifferenceItem(DifferenceItem source)
public String getDb()
public void setDb(String Db)
Db
- Database name
Note: This field may return null, indicating that no valid values can be obtained.public String getTable()
public void setTable(String Table)
Table
- Table name
Note: This field may return null, indicating that no valid values can be obtained.public Long getChunk()
public void setChunk(Long Chunk)
Chunk
- Chunk ID
Note: This field may return null, indicating that no valid values can be obtained.public String getSrcItem()
public void setSrcItem(String SrcItem)
SrcItem
- Source database value
Note: This field may return null, indicating that no valid values can be obtained.public String getDstItem()
public void setDstItem(String DstItem)
DstItem
- Target database value
Note: This field may return null, indicating that no valid values can be obtained.public String getIndexName()
public void setIndexName(String IndexName)
IndexName
- Index name
Note: This field may return null, indicating that no valid values can be obtained.public String getLowerBoundary()
public void setLowerBoundary(String LowerBoundary)
LowerBoundary
- First index key
Note: This field may return null, indicating that no valid values can be obtained.public String getUpperBoundary()
public void setUpperBoundary(String UpperBoundary)
UpperBoundary
- Last index key
Note: This field may return null, indicating that no valid values can be obtained.public Float getCostTime()
public void setCostTime(Float CostTime)
CostTime
- Comparison time in ms
Note: This field may return null, indicating that no valid values can be obtained.public String getFinishedAt()
public void setFinishedAt(String FinishedAt)
FinishedAt
- Completion time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.