public class DescribeAppAccountRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAppAccountRequest() | 
| DescribeAppAccountRequest(DescribeAppAccountRequest 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 | getApplicationId()Get 应用ID。 | 
| Long | getLimit()Get 返回数量,默认为 20,最大值为 100。 | 
| Long | getOffset()Get 偏移量,默认为 0。 | 
| AppAccountSearchCriteria | getSearchCondition()Get 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。 | 
| void | setApplicationId(String ApplicationId)Set 应用ID。 | 
| void | setLimit(Long Limit)Set 返回数量,默认为 20,最大值为 100。 | 
| void | setOffset(Long Offset)Set 偏移量,默认为 0。 | 
| void | setSearchCondition(AppAccountSearchCriteria SearchCondition)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 DescribeAppAccountRequest()
public DescribeAppAccountRequest(DescribeAppAccountRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - 应用ID。public AppAccountSearchCriteria getSearchCondition()
public void setSearchCondition(AppAccountSearchCriteria SearchCondition)
SearchCondition - 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为 0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认为 20,最大值为 100。Copyright © 2025. All rights reserved.