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 |
---|---|
Filter[] |
getFilters()
Get Key可选值为condition
**condition** Values = 查询条件,用户组ID或用户组名称
|
Pageable |
getPageable()
Get 分页数据
|
String |
getUserStoreId()
Get 用户目录ID
|
void |
setFilters(Filter[] Filters)
Set Key可选值为condition
**condition** Values = 查询条件,用户组ID或用户组名称
|
void |
setPageable(Pageable Pageable)
Set 分页数据
|
void |
setUserStoreId(String UserStoreId)
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, toJsonString
public ListUserGroupsRequest()
public ListUserGroupsRequest(ListUserGroupsRequest source)
public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId
- 用户目录IDpublic Pageable getPageable()
public void setPageable(Pageable Pageable)
Pageable
- 分页数据public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Key可选值为condition
Copyright © 2024. All rights reserved.