Class DescribeDatabasesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.DescribeDatabasesRequest
-
public class DescribeDatabasesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDatabasesRequest()DescribeDatabasesRequest(DescribeDatabasesRequest 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 BooleangetAsc()Get 排序类型:false:降序(默认)、true:升序StringgetDatasourceConnectionName()Get 数据源唯名称,该名称可以通过DescribeDatasourceConnection接口查询到。默认为DataLakeCatalogStringgetKeyWord()Get 模糊匹配,库名关键字。LonggetLimit()Get 返回数量,默认为10,最大值为100。LonggetOffset()Get 数据偏移量,从0开始,默认为0。StringgetSort()Get 排序字段,CreateTime:创建时间,Name:数据库名称voidsetAsc(Boolean Asc)Set 排序类型:false:降序(默认)、true:升序voidsetDatasourceConnectionName(String DatasourceConnectionName)Set 数据源唯名称,该名称可以通过DescribeDatasourceConnection接口查询到。默认为DataLakeCatalogvoidsetKeyWord(String KeyWord)Set 模糊匹配,库名关键字。voidsetLimit(Long Limit)Set 返回数量,默认为10,最大值为100。voidsetOffset(Long Offset)Set 数据偏移量,从0开始,默认为0。voidsetSort(String Sort)Set 排序字段,CreateTime:创建时间,Name:数据库名称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
-
DescribeDatabasesRequest
public DescribeDatabasesRequest()
-
DescribeDatabasesRequest
public DescribeDatabasesRequest(DescribeDatabasesRequest 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
-
getLimit
public Long getLimit()
Get 返回数量,默认为10,最大值为100。- Returns:
- Limit 返回数量,默认为10,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为10,最大值为100。- Parameters:
Limit- 返回数量,默认为10,最大值为100。
-
getOffset
public Long getOffset()
Get 数据偏移量,从0开始,默认为0。- Returns:
- Offset 数据偏移量,从0开始,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 数据偏移量,从0开始,默认为0。- Parameters:
Offset- 数据偏移量,从0开始,默认为0。
-
getKeyWord
public String getKeyWord()
Get 模糊匹配,库名关键字。- Returns:
- KeyWord 模糊匹配,库名关键字。
-
setKeyWord
public void setKeyWord(String KeyWord)
Set 模糊匹配,库名关键字。- Parameters:
KeyWord- 模糊匹配,库名关键字。
-
getDatasourceConnectionName
public String getDatasourceConnectionName()
Get 数据源唯名称,该名称可以通过DescribeDatasourceConnection接口查询到。默认为DataLakeCatalog- Returns:
- DatasourceConnectionName 数据源唯名称,该名称可以通过DescribeDatasourceConnection接口查询到。默认为DataLakeCatalog
-
setDatasourceConnectionName
public void setDatasourceConnectionName(String DatasourceConnectionName)
Set 数据源唯名称,该名称可以通过DescribeDatasourceConnection接口查询到。默认为DataLakeCatalog- Parameters:
DatasourceConnectionName- 数据源唯名称,该名称可以通过DescribeDatasourceConnection接口查询到。默认为DataLakeCatalog
-
getSort
public String getSort()
Get 排序字段,CreateTime:创建时间,Name:数据库名称- Returns:
- Sort 排序字段,CreateTime:创建时间,Name:数据库名称
-
setSort
public void setSort(String Sort)
Set 排序字段,CreateTime:创建时间,Name:数据库名称- Parameters:
Sort- 排序字段,CreateTime:创建时间,Name:数据库名称
-
getAsc
public Boolean getAsc()
Get 排序类型:false:降序(默认)、true:升序- Returns:
- Asc 排序类型:false:降序(默认)、true:升序
-
setAsc
public void setAsc(Boolean Asc)
Set 排序类型:false:降序(默认)、true:升序- Parameters:
Asc- 排序类型:false:降序(默认)、true:升序
-
-