Class MergeTableResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.MergeTableResult
-
public class MergeTableResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MergeTableResult()MergeTableResult(MergeTableResult 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationId()Get 申请单Id 注意:此字段可能返回 null,表示取不到有效值。ErrorInfogetError()Get 成功时此字段返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。CompareTablesInfogetTable()Get 对比的表格信息StringgetTaskId()Get 任务Id 注意:此字段可能返回 null,表示取不到有效值。voidsetApplicationId(String ApplicationId)Set 申请单Id 注意:此字段可能返回 null,表示取不到有效值。voidsetError(ErrorInfo Error)Set 成功时此字段返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。voidsetTable(CompareTablesInfo Table)Set 对比的表格信息voidsetTaskId(String TaskId)Set 任务Id 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MergeTableResult
public MergeTableResult()
-
MergeTableResult
public MergeTableResult(MergeTableResult 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.
-
-
Method Detail
-
getTaskId
public String getTaskId()
Get 任务Id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TaskId 任务Id 注意:此字段可能返回 null,表示取不到有效值。
-
setTaskId
public void setTaskId(String TaskId)
Set 任务Id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TaskId- 任务Id 注意:此字段可能返回 null,表示取不到有效值。
-
getError
public ErrorInfo getError()
Get 成功时此字段返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Error 成功时此字段返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
-
setError
public void setError(ErrorInfo Error)
Set 成功时此字段返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Error- 成功时此字段返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
-
getTable
public CompareTablesInfo getTable()
Get 对比的表格信息- Returns:
- Table 对比的表格信息
-
setTable
public void setTable(CompareTablesInfo Table)
Set 对比的表格信息- Parameters:
Table- 对比的表格信息
-
getApplicationId
public String getApplicationId()
Get 申请单Id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ApplicationId 申请单Id 注意:此字段可能返回 null,表示取不到有效值。
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 申请单Id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ApplicationId- 申请单Id 注意:此字段可能返回 null,表示取不到有效值。
-
-