public class InsertDatasToTableRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InsertDatasToTableRequest() |
InsertDatasToTableRequest(InsertDatasToTableRequest 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 |
getCatalogName()
Get Catalog name, defaults to 'internal' if not specified.
|
String[] |
getColumns()
Get Array of column names
|
String |
getDatabase()
Get Database name
|
String |
getInstanceId()
Get InstanceId
|
String |
getLabel()
Get Tags for inserting data
|
Float |
getMaxFilterRatio()
Get Maximum filtration ratio, ranging from 0 to 1.0
|
String |
getPassWord()
Get Password corresponding to the user.
|
Rows[] |
getRows()
Get Data line
|
Boolean |
getStrict()
Get Whether to use the strict mode
|
String |
getTable()
Get Table name
|
String[] |
getTypes()
Get Array of column types
|
String |
getUserName()
Get Use the user who has corresponding permissions for operations.
|
void |
setCatalogName(String CatalogName)
Set Catalog name, defaults to 'internal' if not specified.
|
void |
setColumns(String[] Columns)
Set Array of column names
|
void |
setDatabase(String Database)
Set Database name
|
void |
setInstanceId(String InstanceId)
Set InstanceId
|
void |
setLabel(String Label)
Set Tags for inserting data
|
void |
setMaxFilterRatio(Float MaxFilterRatio)
Set Maximum filtration ratio, ranging from 0 to 1.0
|
void |
setPassWord(String PassWord)
Set Password corresponding to the user.
|
void |
setRows(Rows[] Rows)
Set Data line
|
void |
setStrict(Boolean Strict)
Set Whether to use the strict mode
|
void |
setTable(String Table)
Set Table name
|
void |
setTypes(String[] Types)
Set Array of column types
|
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 InsertDatasToTableRequest()
public InsertDatasToTableRequest(InsertDatasToTableRequest source)
public String getDatabase()
public void setDatabase(String Database)
Database
- Database namepublic String getTable()
public void setTable(String Table)
Table
- Table namepublic String[] getColumns()
public void setColumns(String[] Columns)
Columns
- Array of column namespublic Rows[] getRows()
public void setRows(Rows[] Rows)
Rows
- Data linepublic String[] getTypes()
public void setTypes(String[] Types)
Types
- Array of column typespublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- InstanceIdpublic Boolean getStrict()
public void setStrict(Boolean Strict)
Strict
- Whether to use the strict modepublic Float getMaxFilterRatio()
public void setMaxFilterRatio(Float MaxFilterRatio)
MaxFilterRatio
- Maximum filtration ratio, ranging from 0 to 1.0public String getLabel()
public void setLabel(String Label)
Label
- Tags for inserting datapublic 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 String getCatalogName()
public void setCatalogName(String CatalogName)
CatalogName
- Catalog name, defaults to 'internal' if not specified.Copyright © 2024. All rights reserved.