public class DataSourceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DataSourceInfo() |
DataSourceInfo(DataSourceInfo 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 |
---|---|
Long |
getAppId()
Get Application ID AppId
Note: This field may return null, indicating that no valid value can be obtained.
|
Boolean |
getAuthor()
Get Authorization permissions available
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getAuthorityProjectName()
Get Authorized project
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getAuthorityUserName()
Get Authorized user
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getBizParams()
Get Configuration Information Extension of Business Data SourceNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getBizParamsString()
Get BizParams JSON string
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getCategory()
Get Data Source Category: Binding Engine, Binding DatabaseNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getClusterId()
Get Cluster ID to which the data source belongs
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getClusterName()
Get Cluster NameNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getCreateTime()
Get TimeNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getDatabaseName()
Get If the data source list is bound to a database, then it is the database nameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getDataSourceStatus()
Get Data source status
Note: This field may return null, indicating that no valid value can be obtained.
|
Boolean |
getDeliver()
Get Transfer permissions available
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDescription()
Get Data source description informationNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getDevelopmentId()
Get Current data source development source Id
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDevelopmentParams()
Get Same as params, content is the data for the development data source
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDisplay()
Get Data Source Display Name, for visual inspectionNote: This field may return null, indicating that no valid value can be obtained.
|
Boolean |
getEdit()
Get Edit permissions available
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getID()
Get Data Source ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getInstance()
Get Instance ID of the data source engine, e.g., CDB Instance IDNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getModifiedTime()
Get Modification TimeNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getName()
Get Data Source Name, cannot be empty under the same SpaceNameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getOwnerAccount()
Get Data Source Responsible Person Account ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getOwnerAccountName()
Get Data source owner account name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getOwnerProjectId()
Get Project IDNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getOwnerProjectIdent()
Get Belonging project identifier
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getOwnerProjectName()
Get Project NameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getParams()
Get Data source configuration information, stored as JSON KV.
|
String |
getParamsString()
Get Params JSON string
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getProductId()
Get Current data source production source Id
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRegion()
Get Region to which the data source engine belongs
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getShowType()
Get Data source display type, corresponding to Type
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getStatus()
Get Visibility of the data source, where 1 is visible and 0 is not visible.
|
String |
getType()
Get Data Source Type: enumerated valuesNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setAppId(Long AppId)
Set Application ID AppId
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setAuthor(Boolean Author)
Set Authorization permissions available
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setAuthorityProjectName(String AuthorityProjectName)
Set Authorized project
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setAuthorityUserName(String AuthorityUserName)
Set Authorized user
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setBizParams(String BizParams)
Set Configuration Information Extension of Business Data SourceNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setBizParamsString(String BizParamsString)
Set BizParams JSON string
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCategory(String Category)
Set Data Source Category: Binding Engine, Binding DatabaseNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setClusterId(String ClusterId)
Set Cluster ID to which the data source belongs
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setClusterName(String ClusterName)
Set Cluster NameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setCreateTime(Long CreateTime)
Set TimeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatabaseName(String DatabaseName)
Set If the data source list is bound to a database, then it is the database nameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setDataSourceStatus(String DataSourceStatus)
Set Data source status
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDeliver(Boolean Deliver)
Set Transfer permissions available
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDescription(String Description)
Set Data source description informationNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setDevelopmentId(Long DevelopmentId)
Set Current data source development source Id
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDevelopmentParams(String DevelopmentParams)
Set Same as params, content is the data for the development data source
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDisplay(String Display)
Set Data Source Display Name, for visual inspectionNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setEdit(Boolean Edit)
Set Edit permissions available
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setID(Long ID)
Set Data Source ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setInstance(String Instance)
Set Instance ID of the data source engine, e.g., CDB Instance IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setModifiedTime(Long ModifiedTime)
Set Modification TimeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setName(String Name)
Set Data Source Name, cannot be empty under the same SpaceNameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setOwnerAccount(String OwnerAccount)
Set Data Source Responsible Person Account ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setOwnerAccountName(String OwnerAccountName)
Set Data source owner account name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setOwnerProjectId(String OwnerProjectId)
Set Project IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setOwnerProjectIdent(String OwnerProjectIdent)
Set Belonging project identifier
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setOwnerProjectName(String OwnerProjectName)
Set Project NameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setParams(String Params)
Set Data source configuration information, stored as JSON KV.
|
void |
setParamsString(String ParamsString)
Set Params JSON string
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setProductId(Long ProductId)
Set Current data source production source Id
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRegion(String Region)
Set Region to which the data source engine belongs
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setShowType(String ShowType)
Set Data source display type, corresponding to Type
Note: This field may return null, indicating that no valid value can be obtained.
|
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 valuesNote: This field may return null, indicating that no valid value can be obtained.
|
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, toJsonString
public DataSourceInfo()
public DataSourceInfo(DataSourceInfo source)
public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- If the data source list is bound to a database, then it is the database nameNote: This field may return null, indicating that no valid value can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Data source description informationNote: This field may return null, indicating that no valid value can be obtained.public Long getID()
public void setID(Long ID)
ID
- Data Source ID
Note: This field may return null, indicating that no valid value can be obtained.public String getInstance()
public void setInstance(String Instance)
Instance
- Instance ID of the data source engine, e.g., CDB Instance IDNote: This field may return null, indicating that no valid value can be obtained.public String getName()
public void setName(String Name)
Name
- Data Source Name, cannot be empty under the same SpaceNameNote: This field may return null, indicating that no valid value can be obtained.public String getRegion()
public void setRegion(String Region)
Region
- Region to which the data source engine belongs
Note: This field may return null, indicating that no valid value can be obtained.public String getType()
public void setType(String Type)
Type
- Data Source Type: enumerated valuesNote: This field may return null, indicating that no valid value can be obtained.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster ID to which the data source belongs
Note: This field may return null, indicating that no valid value can be obtained.public Long getAppId()
public void setAppId(Long AppId)
AppId
- Application ID AppId
Note: This field may return null, indicating that no valid value can be obtained.public String getBizParams()
public void setBizParams(String BizParams)
BizParams
- Configuration Information Extension of Business Data SourceNote: This field may return null, indicating that no valid value can be obtained.public String getCategory()
public void setCategory(String Category)
Category
- Data Source Category: Binding Engine, Binding DatabaseNote: This field may return null, indicating that no valid value can be obtained.public String getDisplay()
public void setDisplay(String Display)
Display
- Data Source Display Name, for visual inspectionNote: This field may return null, indicating that no valid value can be obtained.public String getOwnerAccount()
public void setOwnerAccount(String OwnerAccount)
OwnerAccount
- Data Source Responsible Person Account ID
Note: This field may return null, indicating that no valid value can be obtained.public 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 typeNote: This field may return null, indicating that no valid value can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Visibility of the data source, where 1 is visible and 0 is not visible. Default is 1Note: This field may return null, indicating that no valid value can be obtained.public String getOwnerAccountName()
public void setOwnerAccountName(String OwnerAccountName)
OwnerAccountName
- Data source owner account name
Note: This field may return null, indicating that no valid value can be obtained.public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster NameNote: This field may return null, indicating that no valid value can be obtained.public String getOwnerProjectId()
public void setOwnerProjectId(String OwnerProjectId)
OwnerProjectId
- Project IDNote: This field may return null, indicating that no valid value can be obtained.public String getOwnerProjectName()
public void setOwnerProjectName(String OwnerProjectName)
OwnerProjectName
- Project NameNote: This field may return null, indicating that no valid value can be obtained.public String getOwnerProjectIdent()
public void setOwnerProjectIdent(String OwnerProjectIdent)
OwnerProjectIdent
- Belonging project identifier
Note: This field may return null, indicating that no valid value can be obtained.public String getAuthorityProjectName()
public void setAuthorityProjectName(String AuthorityProjectName)
AuthorityProjectName
- Authorized project
Note: This field may return null, indicating that no valid value can be obtained.public String getAuthorityUserName()
public void setAuthorityUserName(String AuthorityUserName)
AuthorityUserName
- Authorized user
Note: This field may return null, indicating that no valid value can be obtained.public Boolean getEdit()
public void setEdit(Boolean Edit)
Edit
- Edit permissions available
Note: This field may return null, indicating that no valid value can be obtained.public Boolean getAuthor()
public void setAuthor(Boolean Author)
Author
- Authorization permissions available
Note: This field may return null, indicating that no valid value can be obtained.public Boolean getDeliver()
public void setDeliver(Boolean Deliver)
Deliver
- Transfer permissions available
Note: This field may return null, indicating that no valid value can be obtained.public String getDataSourceStatus()
public void setDataSourceStatus(String DataSourceStatus)
DataSourceStatus
- Data source status
Note: This field may return null, indicating that no valid value can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- TimeNote: This field may return null, indicating that no valid value can be obtained.public String getParamsString()
public void setParamsString(String ParamsString)
ParamsString
- Params JSON string
Note: This field may return null, indicating that no valid value can be obtained.public String getBizParamsString()
public void setBizParamsString(String BizParamsString)
BizParamsString
- BizParams JSON string
Note: This field may return null, indicating that no valid value can be obtained.public Long getModifiedTime()
public void setModifiedTime(Long ModifiedTime)
ModifiedTime
- Modification TimeNote: This field may return null, indicating that no valid value can be obtained.public String getShowType()
public void setShowType(String ShowType)
ShowType
- Data source display type, corresponding to Type
Note: This field may return null, indicating that no valid value can be obtained.public Long getProductId()
public void setProductId(Long ProductId)
ProductId
- Current data source production source Id
Note: This field may return null, indicating that no valid value can be obtained.public Long getDevelopmentId()
public void setDevelopmentId(Long DevelopmentId)
DevelopmentId
- Current data source development source Id
Note: This field may return null, indicating that no valid value can be obtained.public String getDevelopmentParams()
public void setDevelopmentParams(String DevelopmentParams)
DevelopmentParams
- Same as params, content is the data for the development data source
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.