public class DescribeWorkGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeWorkGroupsRequest() | 
| DescribeWorkGroupsRequest(DescribeWorkGroupsRequest 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. | 
| Long | getLimit()Get Quantity of returns. | 
| Long | getOffset()Get Offset, which is 0 by default. | 
| String | getSortBy()Get Sorting fields, which support the following type: create-time | 
| String | getSorting()Get Sorting methods; desc means in order; asc means in reverse order; it is asc by default. | 
| Long | getWorkGroupId()Get IDs of working groups that are queried. | 
| void | setFilters(Filter[] Filters)Set Filter criteria. | 
| void | setLimit(Long Limit)Set Quantity of returns. | 
| void | setOffset(Long Offset)Set Offset, which is 0 by default. | 
| void | setSortBy(String SortBy)Set Sorting fields, which support the following type: create-time | 
| void | setSorting(String Sorting)Set Sorting methods; desc means in order; asc means in reverse order; it is asc by default. | 
| void | setWorkGroupId(Long WorkGroupId)Set IDs of working groups that are queried. | 
| 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 DescribeWorkGroupsRequest()
public DescribeWorkGroupsRequest(DescribeWorkGroupsRequest source)
public Long getWorkGroupId()
public void setWorkGroupId(Long WorkGroupId)
WorkGroupId - IDs of working groups that are queried. If it is not filled in or is 0, this means no need for filtering.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria. Only the fuzzy search according to working group names is supported. The key is workgroup-name.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, which is 0 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 String getSortBy()
public void setSortBy(String SortBy)
SortBy - Sorting fields, which support the following type: create-timepublic String getSorting()
public void setSorting(String Sorting)
Sorting - Sorting methods; desc means in order; asc means in reverse order; it is asc by default.Copyright © 2025. All rights reserved.