Class DescribeScriptsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.DescribeScriptsRequest
-
public class DescribeScriptsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeScriptsRequest()DescribeScriptsRequest(DescribeScriptsRequest 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 Filter[]getFilters()Get 过滤条件,如下支持的过滤类型,传参Name应为其一 script-id - String - (过滤条件)script-id取值形如:157de0d1-26b4-4df2-a2d0-b64afc406c25。 script-name-keyword - String - (过滤条件)数据表名称,形如:script-test。LonggetLimit()Get 返回数量,默认为10,最大值为100。LonggetOffset()Get 偏移量,默认为0。StringgetSortBy()Get 按字段排序,支持如下字段类型,update-timeStringgetSorting()Get 排序方式,desc表示正序,asc表示反序,默认ascvoidsetFilters(Filter[] Filters)Set 过滤条件,如下支持的过滤类型,传参Name应为其一 script-id - String - (过滤条件)script-id取值形如:157de0d1-26b4-4df2-a2d0-b64afc406c25。 script-name-keyword - String - (过滤条件)数据表名称,形如:script-test。voidsetLimit(Long Limit)Set 返回数量,默认为10,最大值为100。voidsetOffset(Long Offset)Set 偏移量,默认为0。voidsetSortBy(String SortBy)Set 按字段排序,支持如下字段类型,update-timevoidsetSorting(String Sorting)Set 排序方式,desc表示正序,asc表示反序,默认ascvoidtoMap(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
-
DescribeScriptsRequest
public DescribeScriptsRequest()
-
DescribeScriptsRequest
public DescribeScriptsRequest(DescribeScriptsRequest 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。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
getSortBy
public String getSortBy()
Get 按字段排序,支持如下字段类型,update-time- Returns:
- SortBy 按字段排序,支持如下字段类型,update-time
-
setSortBy
public void setSortBy(String SortBy)
Set 按字段排序,支持如下字段类型,update-time- Parameters:
SortBy- 按字段排序,支持如下字段类型,update-time
-
getSorting
public String getSorting()
Get 排序方式,desc表示正序,asc表示反序,默认asc- Returns:
- Sorting 排序方式,desc表示正序,asc表示反序,默认asc
-
setSorting
public void setSorting(String Sorting)
Set 排序方式,desc表示正序,asc表示反序,默认asc- Parameters:
Sorting- 排序方式,desc表示正序,asc表示反序,默认asc
-
getFilters
public Filter[] getFilters()
Get 过滤条件,如下支持的过滤类型,传参Name应为其一 script-id - String - (过滤条件)script-id取值形如:157de0d1-26b4-4df2-a2d0-b64afc406c25。 script-name-keyword - String - (过滤条件)数据表名称,形如:script-test。- Returns:
- Filters 过滤条件,如下支持的过滤类型,传参Name应为其一 script-id - String - (过滤条件)script-id取值形如:157de0d1-26b4-4df2-a2d0-b64afc406c25。 script-name-keyword - String - (过滤条件)数据表名称,形如:script-test。
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件,如下支持的过滤类型,传参Name应为其一 script-id - String - (过滤条件)script-id取值形如:157de0d1-26b4-4df2-a2d0-b64afc406c25。 script-name-keyword - String - (过滤条件)数据表名称,形如:script-test。- Parameters:
Filters- 过滤条件,如下支持的过滤类型,传参Name应为其一 script-id - String - (过滤条件)script-id取值形如:157de0d1-26b4-4df2-a2d0-b64afc406c25。 script-name-keyword - String - (过滤条件)数据表名称,形如:script-test。
-
-