public class DescribeUserRoleListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUserRoleListRequest() |
DescribeUserRoleListRequest(DescribeUserRoleListRequest 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 |
---|---|
Boolean |
getAllPage()
Get 全部页码
|
Boolean |
getIsOnlyBindAppUser()
Get 是否只获取绑定企微应用的
|
String |
getKeyword()
Get 模糊搜索的关键字
|
Long |
getPageNo()
Get 页码
|
Long |
getPageSize()
Get 页数
|
String |
getProjectId()
Get 项目id
|
String |
getUserType()
Get 0 企业用户 1 访客 不填表示所有用户
|
void |
setAllPage(Boolean AllPage)
Set 全部页码
|
void |
setIsOnlyBindAppUser(Boolean IsOnlyBindAppUser)
Set 是否只获取绑定企微应用的
|
void |
setKeyword(String Keyword)
Set 模糊搜索的关键字
|
void |
setPageNo(Long PageNo)
Set 页码
|
void |
setPageSize(Long PageSize)
Set 页数
|
void |
setProjectId(String ProjectId)
Set 项目id
|
void |
setUserType(String UserType)
Set 0 企业用户 1 访客 不填表示所有用户
|
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 DescribeUserRoleListRequest()
public DescribeUserRoleListRequest(DescribeUserRoleListRequest source)
public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo
- 页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 页数public Boolean getAllPage()
public void setAllPage(Boolean AllPage)
AllPage
- 全部页码public String getUserType()
public void setUserType(String UserType)
UserType
- 0 企业用户 1 访客 不填表示所有用户public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 模糊搜索的关键字public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目idpublic Boolean getIsOnlyBindAppUser()
public void setIsOnlyBindAppUser(Boolean IsOnlyBindAppUser)
IsOnlyBindAppUser
- 是否只获取绑定企微应用的Copyright © 2024. All rights reserved.