public class CopyTableDatasRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CopyTableDatasRequest() |
CopyTableDatasRequest(CopyTableDatasRequest 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 |
getCopiedFromDb()
Get Name of the database where the source table is located.
|
String |
getCopiedFromTable()
Get Source table name
|
String |
getCopyToDb()
Get Name of the database where the target table is located
|
String |
getCopyToTable()
Get Target table name.
|
String |
getInstanceId()
Get Resource ID, which is the TCHouse-D resource ID used for table creation.
|
Boolean |
getIsDataOverwrite()
Get Whether the data in the target table is overwritten.
|
String |
getPassWord()
Get Password corresponding to the user.
|
String |
getUserName()
Get Use the user who has corresponding permissions for operations.
|
void |
setCopiedFromDb(String CopiedFromDb)
Set Name of the database where the source table is located.
|
void |
setCopiedFromTable(String CopiedFromTable)
Set Source table name
|
void |
setCopyToDb(String CopyToDb)
Set Name of the database where the target table is located
|
void |
setCopyToTable(String CopyToTable)
Set Target table name.
|
void |
setInstanceId(String InstanceId)
Set Resource ID, which is the TCHouse-D resource ID used for table creation.
|
void |
setIsDataOverwrite(Boolean IsDataOverwrite)
Set Whether the data in the target table is overwritten.
|
void |
setPassWord(String PassWord)
Set Password corresponding to the user.
|
void |
setUserName(String UserName)
Set Use the user who has corresponding permissions for operations.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CopyTableDatasRequest()
public CopyTableDatasRequest(CopyTableDatasRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Resource ID, which is the TCHouse-D resource ID used for table creation.public String getCopiedFromDb()
public void setCopiedFromDb(String CopiedFromDb)
CopiedFromDb
- Name of the database where the source table is located.public String getCopiedFromTable()
public void setCopiedFromTable(String CopiedFromTable)
CopiedFromTable
- Source table namepublic String getCopyToDb()
public void setCopyToDb(String CopyToDb)
CopyToDb
- Name of the database where the target table is locatedpublic String getCopyToTable()
public void setCopyToTable(String CopyToTable)
CopyToTable
- Target table name. If the table already exists, the structure of the source table and target table should be the same.public String getUserName()
public void setUserName(String UserName)
UserName
- Use the user who has corresponding permissions for operations. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getPassWord()
public void setPassWord(String PassWord)
PassWord
- Password corresponding to the user. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public Boolean getIsDataOverwrite()
public void setIsDataOverwrite(Boolean IsDataOverwrite)
IsDataOverwrite
- Whether the data in the target table is overwritten. The default value is False.Copyright © 2024. All rights reserved.