public class CreateDataSourceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateDataSourceRequest()  | 
CreateDataSourceRequest(CreateDataSourceRequest 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 | 
getBizParams()
Get Configuration Information Extension of Business Data Source 
 | 
String | 
getCategory()
Get Data Source Category: Binding Engine, Binding Database 
 | 
String | 
getClusterId()
Get Name of the business space to which the data source belongs 
 | 
String | 
getCollect()
Get Collection Status 
 | 
String | 
getConnectResult()
Get Connection Test Result 
 | 
String | 
getCOSBucket()
Get COS Bucket Information 
 | 
String | 
getCOSRegion()
Get cos region 
 | 
String | 
getDatabaseName()
Get If the data source list is bound to a database, then it is the database name 
 | 
String | 
getDescription()
Get Data source description information 
 | 
String | 
getDevelopmentParams()
Get Development Environment Data Source Configuration 
 | 
String | 
getDisplay()
Get Data Source Display Name, for visual inspection 
 | 
String | 
getInstance()
Get Instance ID of the data source engine, e.g., CDB Instance ID 
 | 
String | 
getName()
Get Data Source Name, cannot be empty under the same SpaceName 
 | 
String | 
getOwnerProjectId()
Get Project ID 
 | 
String | 
getOwnerProjectIdent()
Get Project Name (Chinese) 
 | 
String | 
getOwnerProjectName()
Get Project Name 
 | 
String | 
getParams()
Get Data source configuration information, stored as JSON KV. 
 | 
Long | 
getStatus()
Get Visibility of the data source, where 1 is visible and 0 is not visible. 
 | 
String | 
getType()
Get Data Source Type: enumerated values 
 | 
void | 
setBizParams(String BizParams)
Set Configuration Information Extension of Business Data Source 
 | 
void | 
setCategory(String Category)
Set Data Source Category: Binding Engine, Binding Database 
 | 
void | 
setClusterId(String ClusterId)
Set Name of the business space to which the data source belongs 
 | 
void | 
setCollect(String Collect)
Set Collection Status 
 | 
void | 
setConnectResult(String ConnectResult)
Set Connection Test Result 
 | 
void | 
setCOSBucket(String COSBucket)
Set COS Bucket Information 
 | 
void | 
setCOSRegion(String COSRegion)
Set cos region 
 | 
void | 
setDatabaseName(String DatabaseName)
Set If the data source list is bound to a database, then it is the database name 
 | 
void | 
setDescription(String Description)
Set Data source description information 
 | 
void | 
setDevelopmentParams(String DevelopmentParams)
Set Development Environment Data Source Configuration 
 | 
void | 
setDisplay(String Display)
Set Data Source Display Name, for visual inspection 
 | 
void | 
setInstance(String Instance)
Set Instance ID of the data source engine, e.g., CDB Instance ID 
 | 
void | 
setName(String Name)
Set Data Source Name, cannot be empty under the same SpaceName 
 | 
void | 
setOwnerProjectId(String OwnerProjectId)
Set Project ID 
 | 
void | 
setOwnerProjectIdent(String OwnerProjectIdent)
Set Project Name (Chinese) 
 | 
void | 
setOwnerProjectName(String OwnerProjectName)
Set Project Name 
 | 
void | 
setParams(String Params)
Set Data source configuration information, stored as JSON KV. 
 | 
void | 
setStatus(Long Status)
Set Visibility of the data source, where 1 is visible and 0 is not visible. 
 | 
void | 
setType(String Type)
Set Data Source Type: enumerated values 
 | 
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 CreateDataSourceRequest()
public CreateDataSourceRequest(CreateDataSourceRequest source)
public String getName()
public void setName(String Name)
Name - Data Source Name, cannot be empty under the same SpaceNamepublic String getCategory()
public void setCategory(String Category)
Category - Data Source Category: Binding Engine, Binding Databasepublic String getType()
public void setType(String Type)
Type - Data Source Type: enumerated valuespublic String getOwnerProjectId()
public void setOwnerProjectId(String OwnerProjectId)
OwnerProjectId - Project IDpublic String getOwnerProjectName()
public void setOwnerProjectName(String OwnerProjectName)
OwnerProjectName - Project Namepublic String getOwnerProjectIdent()
public void setOwnerProjectIdent(String OwnerProjectIdent)
OwnerProjectIdent - Project Name (Chinese)public String getBizParams()
public void setBizParams(String BizParams)
BizParams - Configuration Information Extension of Business Data Sourcepublic String getParams()
public void setParams(String Params)
Params - Data source configuration information, stored as JSON KV. The KV storage information varies according to the data source typepublic String getDescription()
public void setDescription(String Description)
Description - Data source description informationpublic String getDisplay()
public void setDisplay(String Display)
Display - Data Source Display Name, for visual inspectionpublic String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName - If the data source list is bound to a database, then it is the database namepublic String getInstance()
public void setInstance(String Instance)
Instance - Instance ID of the data source engine, e.g., CDB Instance IDpublic Long getStatus()
public void setStatus(Long Status)
Status - Visibility of the data source, where 1 is visible and 0 is not visible. Default is 1public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Name of the business space to which the data source belongspublic String getCollect()
public void setCollect(String Collect)
Collect - Collection Statuspublic String getCOSBucket()
public void setCOSBucket(String COSBucket)
COSBucket - COS Bucket Informationpublic String getCOSRegion()
public void setCOSRegion(String COSRegion)
COSRegion - cos regionpublic String getConnectResult()
public void setConnectResult(String ConnectResult)
ConnectResult - Connection Test Resultpublic String getDevelopmentParams()
public void setDevelopmentParams(String DevelopmentParams)
DevelopmentParams - Development Environment Data Source ConfigurationCopyright © 2025. All rights reserved.