public class DescribeLocalAccountsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeLocalAccountsRequest() | 
| DescribeLocalAccountsRequest(DescribeLocalAccountsRequest 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 | 
|---|---|
| Long | getAccountGroupId()Get 获取账号的分组ID,不传默认获取全网根账号组 | 
| Condition | getCondition()Get 查询条件:过滤或排序
1、UserName,string类型,姓名
是否必填:否
过滤支持:是,支持eq、like、ilike
排序支持:否
2、UserId,string类型,账户
是否必填:否
过滤支持:是,支持eq、like、ilike
排序支持:否
3、Phone,string类型,手机号
是否必填:否
过滤支持:是,支持eq、like、ilike
排序支持:否 | 
| Long | getShowFlag()Get 是否仅展示当前目录下用户 1: 递归显示 2:仅显示当前目录下用户 | 
| void | setAccountGroupId(Long AccountGroupId)Set 获取账号的分组ID,不传默认获取全网根账号组 | 
| void | setCondition(Condition Condition)Set 查询条件:过滤或排序
1、UserName,string类型,姓名
是否必填:否
过滤支持:是,支持eq、like、ilike
排序支持:否
2、UserId,string类型,账户
是否必填:否
过滤支持:是,支持eq、like、ilike
排序支持:否
3、Phone,string类型,手机号
是否必填:否
过滤支持:是,支持eq、like、ilike
排序支持:否 | 
| void | setShowFlag(Long ShowFlag)Set 是否仅展示当前目录下用户 1: 递归显示 2:仅显示当前目录下用户 | 
| 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 DescribeLocalAccountsRequest()
public DescribeLocalAccountsRequest(DescribeLocalAccountsRequest source)
public Condition getCondition()
public void setCondition(Condition Condition)
Condition - 查询条件:过滤或排序
1、UserName,string类型,姓名
是否必填:否
过滤支持:是,支持eq、like、ilike
排序支持:否
2、UserId,string类型,账户
是否必填:否
过滤支持:是,支持eq、like、ilike
排序支持:否
3、Phone,string类型,手机号
是否必填:否
过滤支持:是,支持eq、like、ilike
排序支持:否public Long getAccountGroupId()
public void setAccountGroupId(Long AccountGroupId)
AccountGroupId - 获取账号的分组ID,不传默认获取全网根账号组public Long getShowFlag()
public void setShowFlag(Long ShowFlag)
ShowFlag - 是否仅展示当前目录下用户 1: 递归显示 2:仅显示当前目录下用户Copyright © 2025. All rights reserved.