public class DescribeWorkGroupInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeWorkGroupInfoRequest()  | 
DescribeWorkGroupInfoRequest(DescribeWorkGroupInfoRequest 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 User, the fuzzy search is supported as the key is user-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 Types of queried information. 
 | 
Long | 
getWorkGroupId()
Get Working group IDs 
 | 
void | 
setFilters(Filter[] Filters)
Set Filter criteria that are queried
When the type is User, the fuzzy search is supported as the key is user-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 Types of queried information. 
 | 
void | 
setWorkGroupId(Long WorkGroupId)
Set Working group IDs 
 | 
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 DescribeWorkGroupInfoRequest()
public DescribeWorkGroupInfoRequest(DescribeWorkGroupInfoRequest source)
public Long getWorkGroupId()
public void setWorkGroupId(Long WorkGroupId)
WorkGroupId - Working group IDspublic String getType()
public void setType(String Type)
Type - Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissionspublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria that are queried
When the type is User, the fuzzy search is supported as the key is user-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 User, create-time and user-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.