public class MergeTableResult extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplicationId()
Get Application ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
ErrorInfo |
getError()
Get If table merging is successful, `null` will be returned
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
CompareTablesInfo |
getTable()
Get Comparison results of tables
|
String |
getTaskId()
Get Task ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
void |
setApplicationId(String ApplicationId)
Set Application ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
void |
setError(ErrorInfo Error)
Set If table merging is successful, `null` will be returned
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
void |
setTable(CompareTablesInfo Table)
Set Comparison results of tables
|
void |
setTaskId(String TaskId)
Set Task ID
Note: `null` may be returned for this field, 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 MergeTableResult()
public MergeTableResult(MergeTableResult source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public ErrorInfo getError()
public void setError(ErrorInfo Error)
Error
- If table merging is successful, `null` will be returned
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public CompareTablesInfo getTable()
public void setTable(CompareTablesInfo Table)
Table
- Comparison results of tablespublic String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- Application ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.