public class DatasourceBaseInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DatasourceBaseInfo() |
DatasourceBaseInfo(DatasourceBaseInfo 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 |
getCategory()
Get Distinguish whether the data source type is a custom Definition source or a system source
Note: 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[] |
getDatabaseNames()
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 |
getDescription()
Get Data source description informationNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getID()
Get Data Source ID
|
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.
|
String |
getName()
Get Data Source Name, cannot be empty under the same SpaceName
|
String |
getParamsString()
Get Attached parameter information of the data source Params JSON string
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 |
getType()
Get Data Source Type: enumerated valuesNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getVersion()
Get Version information of the data source
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCategory(String Category)
Set Distinguish whether the data source type is a custom Definition source or a system source
Note: 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 |
setDatabaseNames(String[] DatabaseNames)
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 |
setDescription(String Description)
Set Data source description informationNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setID(Long ID)
Set Data Source ID
|
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 |
setName(String Name)
Set Data Source Name, cannot be empty under the same SpaceName
|
void |
setParamsString(String ParamsString)
Set Attached parameter information of the data source Params JSON string
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 |
setType(String Type)
Set Data Source Type: enumerated valuesNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setVersion(String Version)
Set Version information of the data source
Note: 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DatasourceBaseInfo()
public DatasourceBaseInfo(DatasourceBaseInfo source)
public String[] getDatabaseNames()
public void setDatabaseNames(String[] DatabaseNames)
DatabaseNames
- 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 IDpublic 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 SpaceNamepublic 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 String getVersion()
public void setVersion(String Version)
Version
- Version information of the data source
Note: This field may return null, indicating that no valid value can be obtained.public String getParamsString()
public void setParamsString(String ParamsString)
ParamsString
- Attached parameter information of the data source Params JSON string
Note: This field may return null, indicating that no valid value can be obtained.public String getCategory()
public void setCategory(String Category)
Category
- Distinguish whether the data source type is a custom Definition source or a system source
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.