public class DifferenceData extends AbstractModel
header, skipSign
Constructor and Description |
---|
DifferenceData() |
DifferenceData(DifferenceData 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 数据库名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDstChunk()
Get 目标端ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDstItem()
Get 目标端值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSrcChunk()
Get 源端ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSrcItem()
Get 源端值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTable()
Get 集合
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdatedAt()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDb(String Db)
Set 数据库名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDstChunk(String DstChunk)
Set 目标端ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDstItem(String DstItem)
Set 目标端值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSrcChunk(String SrcChunk)
Set 源端ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSrcItem(String SrcItem)
Set 源端值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTable(String Table)
Set 集合
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdatedAt(String UpdatedAt)
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 DifferenceData()
public DifferenceData(DifferenceData source)
public String getDb()
public void setDb(String Db)
Db
- 数据库名
注意:此字段可能返回 null,表示取不到有效值。public String getTable()
public void setTable(String Table)
Table
- 集合
注意:此字段可能返回 null,表示取不到有效值。public String getSrcChunk()
public void setSrcChunk(String SrcChunk)
SrcChunk
- 源端ID
注意:此字段可能返回 null,表示取不到有效值。public String getDstChunk()
public void setDstChunk(String DstChunk)
DstChunk
- 目标端ID
注意:此字段可能返回 null,表示取不到有效值。public String getSrcItem()
public void setSrcItem(String SrcItem)
SrcItem
- 源端值
注意:此字段可能返回 null,表示取不到有效值。public String getDstItem()
public void setDstItem(String DstItem)
DstItem
- 目标端值
注意:此字段可能返回 null,表示取不到有效值。public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.