public class DescribeUserDataEngineConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeUserDataEngineConfigRequest() | 
| DescribeUserDataEngineConfigRequest(DescribeUserDataEngineConfigRequest 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 | 
|---|---|
| Filter[] | getFilters()Get 过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,每种过滤参数支持的过滤值不超过5个。
app-id - String - (appid过滤)
engine-id - String - (引擎ID过滤) | 
| Long | getLimit()Get 返回数量,默认为10,最大值为100。 | 
| Long | getOffset()Get 偏移量,默认为0。 | 
| String | getSortBy()Get 排序字段,支持如下字段类型,create-time | 
| String | getSorting()Get 排序方式,desc表示倒序,asc表示正序 | 
| void | setFilters(Filter[] Filters)Set 过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,每种过滤参数支持的过滤值不超过5个。
app-id - String - (appid过滤)
engine-id - String - (引擎ID过滤) | 
| void | setLimit(Long Limit)Set 返回数量,默认为10,最大值为100。 | 
| void | setOffset(Long Offset)Set 偏移量,默认为0。 | 
| void | setSortBy(String SortBy)Set 排序字段,支持如下字段类型,create-time | 
| void | setSorting(String Sorting)Set 排序方式,desc表示倒序,asc表示正序 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeUserDataEngineConfigRequest()
public DescribeUserDataEngineConfigRequest(DescribeUserDataEngineConfigRequest source)
public String getSorting()
public void setSorting(String Sorting)
Sorting - 排序方式,desc表示倒序,asc表示正序public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认为10,最大值为100。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0。public String getSortBy()
public void setSortBy(String SortBy)
SortBy - 排序字段,支持如下字段类型,create-timepublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,每种过滤参数支持的过滤值不超过5个。
app-id - String - (appid过滤)
engine-id - String - (引擎ID过滤)Copyright © 2025. All rights reserved.