public class ModifyDataSourceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDataSourceRequest() |
ModifyDataSourceRequest(ModifyDataSourceRequest 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 |
getCOSBucket()
Get cos bucket
|
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 Data Source Development Environment Configuration
|
String |
getDisplay()
Get Data Source Display Name, for visual inspection
|
Long |
getID()
Get Data Source ID
|
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 Chinese Name
|
String |
getOwnerProjectName()
Get Project name
|
String |
getParams()
Get Data source configuration information, stored as JSON KV.
|
String |
getProjectId()
Get Operation Item ID
|
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 |
setCOSBucket(String COSBucket)
Set cos bucket
|
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 Data Source Development Environment Configuration
|
void |
setDisplay(String Display)
Set Data Source Display Name, for visual inspection
|
void |
setID(Long ID)
Set Data Source ID
|
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 Chinese Name
|
void |
setOwnerProjectName(String OwnerProjectName)
Set Project name
|
void |
setParams(String Params)
Set Data source configuration information, stored as JSON KV.
|
void |
setProjectId(String ProjectId)
Set Operation Item ID
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDataSourceRequest()
public ModifyDataSourceRequest(ModifyDataSourceRequest 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 Long getID()
public void setID(Long ID)
ID
- Data Source IDpublic 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 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 Chinese Namepublic String getCOSBucket()
public void setCOSBucket(String COSBucket)
COSBucket
- cos bucketpublic String getCOSRegion()
public void setCOSRegion(String COSRegion)
COSRegion
- cos regionpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Operation Item IDpublic String getDevelopmentParams()
public void setDevelopmentParams(String DevelopmentParams)
DevelopmentParams
- Data Source Development Environment ConfigurationCopyright © 2025. All rights reserved.