public class DescribeUsersRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUsersRequest() |
DescribeUsersRequest(DescribeUsersRequest 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.
|
String |
getUserId()
Get Specify the UIN of the sub-user to be 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 |
setUserId(String UserId)
Set Specify the UIN of the sub-user to be queried.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUsersRequest()
public DescribeUsersRequest(DescribeUsersRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- Specify the UIN of the sub-user to be queried. Users need to create it through the CreateUser API.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.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter criteria. The following filter types are supported. User-type means the filtering is based on the types of users, and user-keyword means the filtering is based on the names of users.Copyright © 2024. All rights reserved.