public class ListUserGroupsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListUserGroupsRequest() |
ListUserGroupsRequest(ListUserGroupsRequest 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 |
---|---|
Long |
getLimit()
Get Number of results read per page.
|
Long |
getOffset()
Get Pagination offset.
|
UserGroupInfoSearchCriteria |
getSearchCondition()
Get Search criterion.
|
SortCondition |
getSort()
Get Set of sort criteria.
|
void |
setLimit(Long Limit)
Set Number of results read per page.
|
void |
setOffset(Long Offset)
Set Pagination offset.
|
void |
setSearchCondition(UserGroupInfoSearchCriteria SearchCondition)
Set Search criterion.
|
void |
setSort(SortCondition Sort)
Set Set of sort criteria.
|
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 ListUserGroupsRequest()
public ListUserGroupsRequest(ListUserGroupsRequest source)
public UserGroupInfoSearchCriteria getSearchCondition()
public void setSearchCondition(UserGroupInfoSearchCriteria SearchCondition)
SearchCondition
- Search criterion. You can combine multiple search criteria and search in multiple data ranges. In addition, multiple query methods such as full match, partial match, and range match are supported. Specifically, double quotation marks ("") indicate full match, an asterisk (*) at the end of the field indicates partial match, and an empty field indicates to query the full table by default.public SortCondition getSort()
public void setSort(SortCondition Sort)
Sort
- Set of sort criteria. The supported attributes for sorting include user group name (DisplayName), user group ID (UserGroupId), and last modification time (LastModifiedDate). If this field is left empty, the results will be sorted in alphabetical order by user group name.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset. The `Offset` and `Limit` fields need to be used together; otherwise, the query results will not be paginated.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results read per page. The `Offset` and `Limit` fields need to be used together; otherwise, the query results will not be paginated.Copyright © 2024. All rights reserved.