public class DescribeIdentificationsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeIdentificationsRequest() | 
| DescribeIdentificationsRequest(DescribeIdentificationsRequest 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 Filter conditions. | 
| Long | getLimit()Get The paginated query limit. | 
| Long | getOffset()Get The page offset. | 
| void | setFilters(Filter[] Filters)Set Filter conditions. | 
| void | setLimit(Long Limit)Set The paginated query limit. | 
| void | setOffset(Long Offset)Set The page offset. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeIdentificationsRequest()
public DescribeIdentificationsRequest(DescribeIdentificationsRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter conditions. The maximum value for Filters.Values is 20. The detailed conditions are as follows:public Long getOffset()
public void setOffset(Long Offset)
Offset - The page offset. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit - The paginated query limit. Default value: 20. Maximum value: 1000.Copyright © 2025. All rights reserved.