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 过滤条件,当前仅支持按照工作组名称进行模糊搜索。Key为workgroup-name | 
| Long | getLimit()Get 返回数量,默认20,最大值100 | 
| Long | getOffset()Get 偏移量,默认为0 | 
| String | getSortBy()Get 排序字段,支持如下字段类型,create-time | 
| String | getSorting()Get 排序方式,desc表示正序,asc表示反序, 默认为asc | 
| Long | getWorkGroupId()Get 查询的工作组Id,不填或填0表示不过滤。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件,当前仅支持按照工作组名称进行模糊搜索。Key为workgroup-name | 
| void | setLimit(Long Limit)Set 返回数量,默认20,最大值100 | 
| void | setOffset(Long Offset)Set 偏移量,默认为0 | 
| void | setSortBy(String SortBy)Set 排序字段,支持如下字段类型,create-time | 
| void | setSorting(String Sorting)Set 排序方式,desc表示正序,asc表示反序, 默认为asc | 
| void | setWorkGroupId(Long WorkGroupId)Set 查询的工作组Id,不填或填0表示不过滤。 | 
| 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 - 查询的工作组Id,不填或填0表示不过滤。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,当前仅支持按照工作组名称进行模糊搜索。Key为workgroup-namepublic Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认20,最大值100public String getSortBy()
public void setSortBy(String SortBy)
SortBy - 排序字段,支持如下字段类型,create-timepublic String getSorting()
public void setSorting(String Sorting)
Sorting - 排序方式,desc表示正序,asc表示反序, 默认为ascCopyright © 2025. All rights reserved.