Class ListUserRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ciam.v20220331.models.ListUserRequest
-
public class ListUserRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListUserRequest()ListUserRequest(ListUserRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]getFilters()Get Key可选值为condition、userGroupId **condition** Values = 查询条件,用户ID,用户名称,手机或邮箱 **userGroupId** Values = 用户组IDBooleangetOriginal()Get 返回信息是否为原文PageablegetPageable()Get 分页数据StringgetUserStoreId()Get 用户目录IDvoidsetFilters(Filter[] Filters)Set Key可选值为condition、userGroupId **condition** Values = 查询条件,用户ID,用户名称,手机或邮箱 **userGroupId** Values = 用户组IDvoidsetOriginal(Boolean Original)Set 返回信息是否为原文voidsetPageable(Pageable Pageable)Set 分页数据voidsetUserStoreId(String UserStoreId)Set 用户目录IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ListUserRequest
public ListUserRequest()
-
ListUserRequest
public ListUserRequest(ListUserRequest 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.
-
-
Method Detail
-
getUserStoreId
public String getUserStoreId()
Get 用户目录ID- Returns:
- UserStoreId 用户目录ID
-
setUserStoreId
public void setUserStoreId(String UserStoreId)
Set 用户目录ID- Parameters:
UserStoreId- 用户目录ID
-
getPageable
public Pageable getPageable()
Get 分页数据- Returns:
- Pageable 分页数据
-
setPageable
public void setPageable(Pageable Pageable)
Set 分页数据- Parameters:
Pageable- 分页数据
-
getFilters
public Filter[] getFilters()
Get Key可选值为condition、userGroupId- **condition**
Values = 查询条件,用户ID,用户名称,手机或邮箱- **userGroupId**
Values = 用户组ID- Returns:
- Filters Key可选值为condition、userGroupId
- **condition**
Values = 查询条件,用户ID,用户名称,手机或邮箱- **userGroupId**
Values = 用户组ID
-
setFilters
public void setFilters(Filter[] Filters)
Set Key可选值为condition、userGroupId- **condition**
Values = 查询条件,用户ID,用户名称,手机或邮箱- **userGroupId**
Values = 用户组ID- Parameters:
Filters- Key可选值为condition、userGroupId- **condition**
Values = 查询条件,用户ID,用户名称,手机或邮箱- **userGroupId**
Values = 用户组ID
-
getOriginal
public Boolean getOriginal()
Get 返回信息是否为原文- Returns:
- Original 返回信息是否为原文
-
setOriginal
public void setOriginal(Boolean Original)
Set 返回信息是否为原文- Parameters:
Original- 返回信息是否为原文
-
-