public class CompareTablesInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CompareTablesInfo() | 
| CompareTablesInfo(CompareTablesInfo 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 | getDstTableClusterId()Get Cluster ID of the target table | 
| String | getDstTableGroupId()Get Table group ID of the target table | 
| String | getDstTableInstanceId()Get Target table ID | 
| String | getDstTableName()Get Target table name | 
| String | getSrcTableClusterId()Get Cluster ID of the source table | 
| String | getSrcTableGroupId()Get Table group ID of the source table | 
| String | getSrcTableInstanceId()Get Source table ID | 
| String | getSrcTableName()Get Source table name | 
| void | setDstTableClusterId(String DstTableClusterId)Set Cluster ID of the target table | 
| void | setDstTableGroupId(String DstTableGroupId)Set Table group ID of the target table | 
| void | setDstTableInstanceId(String DstTableInstanceId)Set Target table ID | 
| void | setDstTableName(String DstTableName)Set Target table name | 
| void | setSrcTableClusterId(String SrcTableClusterId)Set Cluster ID of the source table | 
| void | setSrcTableGroupId(String SrcTableGroupId)Set Table group ID of the source table | 
| void | setSrcTableInstanceId(String SrcTableInstanceId)Set Source table ID | 
| void | setSrcTableName(String SrcTableName)Set Source table name | 
| 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, toJsonStringpublic CompareTablesInfo()
public CompareTablesInfo(CompareTablesInfo source)
public String getSrcTableClusterId()
public void setSrcTableClusterId(String SrcTableClusterId)
SrcTableClusterId - Cluster ID of the source tablepublic String getSrcTableGroupId()
public void setSrcTableGroupId(String SrcTableGroupId)
SrcTableGroupId - Table group ID of the source tablepublic String getSrcTableName()
public void setSrcTableName(String SrcTableName)
SrcTableName - Source table namepublic String getDstTableClusterId()
public void setDstTableClusterId(String DstTableClusterId)
DstTableClusterId - Cluster ID of the target tablepublic String getDstTableGroupId()
public void setDstTableGroupId(String DstTableGroupId)
DstTableGroupId - Table group ID of the target tablepublic String getDstTableName()
public void setDstTableName(String DstTableName)
DstTableName - Target table namepublic String getSrcTableInstanceId()
public void setSrcTableInstanceId(String SrcTableInstanceId)
SrcTableInstanceId - Source table IDpublic String getDstTableInstanceId()
public void setDstTableInstanceId(String DstTableInstanceId)
DstTableInstanceId - Target table IDCopyright © 2025. All rights reserved.