public class DescribeUserInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeUserInfoRequest()  | 
DescribeUserInfoRequest(DescribeUserInfoRequest 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 criteria that are queried
When the type is Group, the fuzzy search is supported as the key is workgroup-name. 
 | 
Long | 
getLimit()
Get Quantity of returns. 
 | 
Long | 
getOffset()
Get Offset, which is 0 by default. 
 | 
String | 
getSortBy()
Get Sort fields. 
 | 
String | 
getSorting()
Get Sorting methods: desc means in order; asc means in reverse order; it is asc by default. 
 | 
String | 
getType()
Get Type of queried information. 
 | 
String | 
getUserId()
Get User ID 
 | 
void | 
setFilters(Filter[] Filters)
Set Filter criteria that are queried
When the type is Group, the fuzzy search is supported as the key is workgroup-name. 
 | 
void | 
setLimit(Long Limit)
Set Quantity of returns. 
 | 
void | 
setOffset(Long Offset)
Set Offset, which is 0 by default. 
 | 
void | 
setSortBy(String SortBy)
Set Sort fields. 
 | 
void | 
setSorting(String Sorting)
Set Sorting methods: desc means in order; asc means in reverse order; it is asc by default. 
 | 
void | 
setType(String Type)
Set Type of queried information. 
 | 
void | 
setUserId(String UserId)
Set User ID 
 | 
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 DescribeUserInfoRequest()
public DescribeUserInfoRequest(DescribeUserInfoRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId - User IDpublic String getType()
public void setType(String Type)
Type - Type of queried information. Group: working group; DataAuth: data permission; EngineAuth: engine permissionpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria that are queried
When the type is Group, the fuzzy search is supported as the key is workgroup-name.
When the type is DataAuth, the keys supported are:
policy-type: types of permissions;
policy-source: data sources;
data-name: fuzzy search of the database and table.
When the type is EngineAuth, the keys supported are:
policy-type: types of permissions;
policy-source: data sources;
engine-name: fuzzy search of the database and table.public String getSortBy()
public void setSortBy(String SortBy)
SortBy - Sort fields.
When the type is Group, the create-time and group-name are supported.
When the type is DataAuth, create-time is supported.
When the type is EngineAuth, create-time is supported.public String getSorting()
public void setSorting(String Sorting)
Sorting - Sorting methods: desc means in order; asc means in reverse order; it is asc by default.public Long getLimit()
public void setLimit(Long Limit)
Limit - Quantity of returns. It is 20 by default, and the maximum value is 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, which is 0 by default.Copyright © 2025. All rights reserved.