public class DescribeAndroidAppsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAndroidAppsRequest() | 
| DescribeAndroidAppsRequest(DescribeAndroidAppsRequest 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 | 
|---|---|
| String[] | getAndroidAppIds()Get 应用ID数组 | 
| Filter[] | getFilters()Get 过滤条件,支持过滤的字段有:UserId、State、UpdateState、Name、AppMode 。其中 Name 为模糊匹配,其他参数为精确匹配。 | 
| Long | getLimit()Get 每页数量 | 
| Long | getOffset()Get 分页偏移 | 
| void | setAndroidAppIds(String[] AndroidAppIds)Set 应用ID数组 | 
| void | setFilters(Filter[] Filters)Set 过滤条件,支持过滤的字段有:UserId、State、UpdateState、Name、AppMode 。其中 Name 为模糊匹配,其他参数为精确匹配。 | 
| void | setLimit(Long Limit)Set 每页数量 | 
| void | setOffset(Long Offset)Set 分页偏移 | 
| 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 DescribeAndroidAppsRequest()
public DescribeAndroidAppsRequest(DescribeAndroidAppsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移public Long getLimit()
public void setLimit(Long Limit)
Limit - 每页数量public String[] getAndroidAppIds()
public void setAndroidAppIds(String[] AndroidAppIds)
AndroidAppIds - 应用ID数组public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,支持过滤的字段有:UserId、State、UpdateState、Name、AppMode 。其中 Name 为模糊匹配,其他参数为精确匹配。Copyright © 2025. All rights reserved.