public class CopyDLCTableRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CopyDLCTableRequest()  | 
CopyDLCTableRequest(CopyDLCTableRequest 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 | 
getCatalog()
Get Catalog name 
 | 
String | 
getDataEngineName()
Get Engine name 
 | 
String | 
getDestinationDatabaseName()
Get Target database name 
 | 
String | 
getDestinationTableName()
Get Target data table name 
 | 
Boolean | 
getIsCreateTable()
Get Whether to create a new table 
 | 
String | 
getResourceGroupName()
Get Resource group name 
 | 
DMSSourceDatabaseInfo[] | 
getSourceData()
Get Description of the source data table name 
 | 
void | 
setCatalog(String Catalog)
Set Catalog name 
 | 
void | 
setDataEngineName(String DataEngineName)
Set Engine name 
 | 
void | 
setDestinationDatabaseName(String DestinationDatabaseName)
Set Target database name 
 | 
void | 
setDestinationTableName(String DestinationTableName)
Set Target data table name 
 | 
void | 
setIsCreateTable(Boolean IsCreateTable)
Set Whether to create a new table 
 | 
void | 
setResourceGroupName(String ResourceGroupName)
Set Resource group name 
 | 
void | 
setSourceData(DMSSourceDatabaseInfo[] SourceData)
Set Description of the source data 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 CopyDLCTableRequest()
public CopyDLCTableRequest(CopyDLCTableRequest source)
public DMSSourceDatabaseInfo[] getSourceData()
public void setSourceData(DMSSourceDatabaseInfo[] SourceData)
SourceData - Description of the source data table namepublic String getDestinationDatabaseName()
public void setDestinationDatabaseName(String DestinationDatabaseName)
DestinationDatabaseName - Target database namepublic String getDestinationTableName()
public void setDestinationTableName(String DestinationTableName)
DestinationTableName - Target data table namepublic String getDataEngineName()
public void setDataEngineName(String DataEngineName)
DataEngineName - Engine namepublic Boolean getIsCreateTable()
public void setIsCreateTable(Boolean IsCreateTable)
IsCreateTable - Whether to create a new tablepublic String getCatalog()
public void setCatalog(String Catalog)
Catalog - Catalog namepublic String getResourceGroupName()
public void setResourceGroupName(String ResourceGroupName)
ResourceGroupName - Resource group nameCopyright © 2025. All rights reserved.