Class DescribeDataSourceListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lowcode.v20210108.models.DescribeDataSourceListRequest
-
public class DescribeDataSourceListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDataSourceListRequest()DescribeDataSourceListRequest(DescribeDataSourceListRequest 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[]getAppids()Get 应用id数组LonggetAppLinkStatus()Get 查询未关联应用的数据源,0:未关联,该参数配合 AppIds 参数一块使用String[]getDataSourceIds()Get 数据源id数组String[]getDataSourceNames()Get 数据源名称数组StringgetDataSourceType()Get 数据源类型 database-自建数据源;cloud-integration-自定义数据源StringgetEnvId()Get 环境 idString[]getNotQuerySubTypeList()Get 查询数据源黑名单机制,比如不想要系统数据源["system"]LonggetPageIndex()Get 页码LonggetPageSize()Get 每页条数LonggetQueryBindToApp()Get 查询应用绑定数据源: 0: 否,1: 是LonggetQueryConnector()Get 查询连接器 0 数据模型 1 连接器 2 自定义连接器DataSourceQueryOptiongetQueryOption()Get 数据源模糊查询参数String[]getViewIds()Get 数据源视图Id数组voidsetAppids(String[] Appids)Set 应用id数组voidsetAppLinkStatus(Long AppLinkStatus)Set 查询未关联应用的数据源,0:未关联,该参数配合 AppIds 参数一块使用voidsetDataSourceIds(String[] DataSourceIds)Set 数据源id数组voidsetDataSourceNames(String[] DataSourceNames)Set 数据源名称数组voidsetDataSourceType(String DataSourceType)Set 数据源类型 database-自建数据源;cloud-integration-自定义数据源voidsetEnvId(String EnvId)Set 环境 idvoidsetNotQuerySubTypeList(String[] NotQuerySubTypeList)Set 查询数据源黑名单机制,比如不想要系统数据源["system"]voidsetPageIndex(Long PageIndex)Set 页码voidsetPageSize(Long PageSize)Set 每页条数voidsetQueryBindToApp(Long QueryBindToApp)Set 查询应用绑定数据源: 0: 否,1: 是voidsetQueryConnector(Long QueryConnector)Set 查询连接器 0 数据模型 1 连接器 2 自定义连接器voidsetQueryOption(DataSourceQueryOption QueryOption)Set 数据源模糊查询参数voidsetViewIds(String[] ViewIds)Set 数据源视图Id数组voidtoMap(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
-
DescribeDataSourceListRequest
public DescribeDataSourceListRequest()
-
DescribeDataSourceListRequest
public DescribeDataSourceListRequest(DescribeDataSourceListRequest 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
-
getPageSize
public Long getPageSize()
Get 每页条数- Returns:
- PageSize 每页条数
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页条数- Parameters:
PageSize- 每页条数
-
getPageIndex
public Long getPageIndex()
Get 页码- Returns:
- PageIndex 页码
-
setPageIndex
public void setPageIndex(Long PageIndex)
Set 页码- Parameters:
PageIndex- 页码
-
getEnvId
public String getEnvId()
Get 环境 id- Returns:
- EnvId 环境 id
-
setEnvId
public void setEnvId(String EnvId)
Set 环境 id- Parameters:
EnvId- 环境 id
-
getAppids
public String[] getAppids()
Get 应用id数组- Returns:
- Appids 应用id数组
-
setAppids
public void setAppids(String[] Appids)
Set 应用id数组- Parameters:
Appids- 应用id数组
-
getDataSourceIds
public String[] getDataSourceIds()
Get 数据源id数组- Returns:
- DataSourceIds 数据源id数组
-
setDataSourceIds
public void setDataSourceIds(String[] DataSourceIds)
Set 数据源id数组- Parameters:
DataSourceIds- 数据源id数组
-
getDataSourceNames
public String[] getDataSourceNames()
Get 数据源名称数组- Returns:
- DataSourceNames 数据源名称数组
-
setDataSourceNames
public void setDataSourceNames(String[] DataSourceNames)
Set 数据源名称数组- Parameters:
DataSourceNames- 数据源名称数组
-
getDataSourceType
public String getDataSourceType()
Get 数据源类型 database-自建数据源;cloud-integration-自定义数据源- Returns:
- DataSourceType 数据源类型 database-自建数据源;cloud-integration-自定义数据源
-
setDataSourceType
public void setDataSourceType(String DataSourceType)
Set 数据源类型 database-自建数据源;cloud-integration-自定义数据源- Parameters:
DataSourceType- 数据源类型 database-自建数据源;cloud-integration-自定义数据源
-
getQueryOption
public DataSourceQueryOption getQueryOption()
Get 数据源模糊查询参数- Returns:
- QueryOption 数据源模糊查询参数
-
setQueryOption
public void setQueryOption(DataSourceQueryOption QueryOption)
Set 数据源模糊查询参数- Parameters:
QueryOption- 数据源模糊查询参数
-
getViewIds
public String[] getViewIds()
Get 数据源视图Id数组- Returns:
- ViewIds 数据源视图Id数组
-
setViewIds
public void setViewIds(String[] ViewIds)
Set 数据源视图Id数组- Parameters:
ViewIds- 数据源视图Id数组
-
getAppLinkStatus
public Long getAppLinkStatus()
Get 查询未关联应用的数据源,0:未关联,该参数配合 AppIds 参数一块使用- Returns:
- AppLinkStatus 查询未关联应用的数据源,0:未关联,该参数配合 AppIds 参数一块使用
-
setAppLinkStatus
public void setAppLinkStatus(Long AppLinkStatus)
Set 查询未关联应用的数据源,0:未关联,该参数配合 AppIds 参数一块使用- Parameters:
AppLinkStatus- 查询未关联应用的数据源,0:未关联,该参数配合 AppIds 参数一块使用
-
getQueryBindToApp
public Long getQueryBindToApp()
Get 查询应用绑定数据源: 0: 否,1: 是- Returns:
- QueryBindToApp 查询应用绑定数据源: 0: 否,1: 是
-
setQueryBindToApp
public void setQueryBindToApp(Long QueryBindToApp)
Set 查询应用绑定数据源: 0: 否,1: 是- Parameters:
QueryBindToApp- 查询应用绑定数据源: 0: 否,1: 是
-
getQueryConnector
public Long getQueryConnector()
Get 查询连接器 0 数据模型 1 连接器 2 自定义连接器- Returns:
- QueryConnector 查询连接器 0 数据模型 1 连接器 2 自定义连接器
-
setQueryConnector
public void setQueryConnector(Long QueryConnector)
Set 查询连接器 0 数据模型 1 连接器 2 自定义连接器- Parameters:
QueryConnector- 查询连接器 0 数据模型 1 连接器 2 自定义连接器
-
getNotQuerySubTypeList
public String[] getNotQuerySubTypeList()
Get 查询数据源黑名单机制,比如不想要系统数据源["system"]- Returns:
- NotQuerySubTypeList 查询数据源黑名单机制,比如不想要系统数据源["system"]
-
setNotQuerySubTypeList
public void setNotQuerySubTypeList(String[] NotQuerySubTypeList)
Set 查询数据源黑名单机制,比如不想要系统数据源["system"]- Parameters:
NotQuerySubTypeList- 查询数据源黑名单机制,比如不想要系统数据源["system"]
-
-