public class ListUserGroupsOfUserRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListUserGroupsOfUserRequest() | 
| ListUserGroupsOfUserRequest(ListUserGroupsOfUserRequest 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 分页读取数量,默认为50,最大值为100。 Offset 和 Limit 两个字段需配合使用,即其中一个指定了,另一个必须指定。 如果不指定以上参数,则表示不进行分页查询,即只返回最多50个用户组。 | 
| Long | getOffset()Get 分页偏移量,默认为0。Offset 和 Limit 两个字段需配合使用,即其中一个指定了,另一个必须指定。 如果不指定以上参数,则表示不进行分页查询,即只返回最多50个用户组。 | 
| UserGroupInformationSearchCriteria | getSearchCondition()Get 模糊查询条件,支持匹配用户组名称(DisplayName)。如果该字段为空,则默认展示该用户所有的用户组。 | 
| SortCondition | getSort()Get 排序条件集合。可排序的属性支持:用户组名称(DisplayName)、用户组ID(UserGroupId)、创建时间(CreatedDate)。如果该字段为空,则默认按照用户组名称正向排序。 | 
| String | getUserId()Get 用户ID,是用户的全局唯一标识。 | 
| void | setLimit(Long Limit)Set 分页读取数量,默认为50,最大值为100。 Offset 和 Limit 两个字段需配合使用,即其中一个指定了,另一个必须指定。 如果不指定以上参数,则表示不进行分页查询,即只返回最多50个用户组。 | 
| void | setOffset(Long Offset)Set 分页偏移量,默认为0。Offset 和 Limit 两个字段需配合使用,即其中一个指定了,另一个必须指定。 如果不指定以上参数,则表示不进行分页查询,即只返回最多50个用户组。 | 
| void | setSearchCondition(UserGroupInformationSearchCriteria SearchCondition)Set 模糊查询条件,支持匹配用户组名称(DisplayName)。如果该字段为空,则默认展示该用户所有的用户组。 | 
| void | setSort(SortCondition Sort)Set 排序条件集合。可排序的属性支持:用户组名称(DisplayName)、用户组ID(UserGroupId)、创建时间(CreatedDate)。如果该字段为空,则默认按照用户组名称正向排序。 | 
| void | setUserId(String UserId)Set 用户ID,是用户的全局唯一标识。 | 
| 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 ListUserGroupsOfUserRequest()
public ListUserGroupsOfUserRequest(ListUserGroupsOfUserRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId - 用户ID,是用户的全局唯一标识。public UserGroupInformationSearchCriteria getSearchCondition()
public void setSearchCondition(UserGroupInformationSearchCriteria SearchCondition)
SearchCondition - 模糊查询条件,支持匹配用户组名称(DisplayName)。如果该字段为空,则默认展示该用户所有的用户组。public SortCondition getSort()
public void setSort(SortCondition Sort)
Sort - 排序条件集合。可排序的属性支持:用户组名称(DisplayName)、用户组ID(UserGroupId)、创建时间(CreatedDate)。如果该字段为空,则默认按照用户组名称正向排序。public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移量,默认为0。Offset 和 Limit 两个字段需配合使用,即其中一个指定了,另一个必须指定。 如果不指定以上参数,则表示不进行分页查询,即只返回最多50个用户组。public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页读取数量,默认为50,最大值为100。 Offset 和 Limit 两个字段需配合使用,即其中一个指定了,另一个必须指定。 如果不指定以上参数,则表示不进行分页查询,即只返回最多50个用户组。Copyright © 2025. All rights reserved.