Class DataSourceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DataSourceInfo
-
public class DataSourceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getBindList()Get 针对rbd-就是绑定的db_nameStringgetDataSourceId()Get 数据源IDvoidsetBindList(String[] BindList)Set 针对rbd-就是绑定的db_namevoidsetDataSourceId(String DataSourceId)Set 数据源IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DataSourceInfo
public DataSourceInfo()
-
DataSourceInfo
public 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.
-
-
Method Detail
-
getDataSourceId
public String getDataSourceId()
Get 数据源ID- Returns:
- DataSourceId 数据源ID
-
setDataSourceId
public void setDataSourceId(String DataSourceId)
Set 数据源ID- Parameters:
DataSourceId- 数据源ID
-
getBindList
public String[] getBindList()
Get 针对rbd-就是绑定的db_name- Returns:
- BindList 针对rbd-就是绑定的db_name
-
setBindList
public void setBindList(String[] BindList)
Set 针对rbd-就是绑定的db_name- Parameters:
BindList- 针对rbd-就是绑定的db_name
-
-