public class DescribeUserRoleProjectListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUserRoleProjectListRequest() |
DescribeUserRoleProjectListRequest(DescribeUserRoleProjectListRequest 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 页数
|
Long |
getProjectId()
Get 项目ID
|
String |
getRoleCode()
Get 角色编码
|
String[] |
getUserIdList()
Get 用户id列表
|
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(Long ProjectId)
Set 项目ID
|
void |
setRoleCode(String RoleCode)
Set 角色编码
|
void |
setUserIdList(String[] UserIdList)
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 DescribeUserRoleProjectListRequest()
public DescribeUserRoleProjectListRequest(DescribeUserRoleProjectListRequest source)
public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo
- 页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 页数public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 项目IDpublic Boolean getIsOnlyBindAppUser()
public void setIsOnlyBindAppUser(Boolean IsOnlyBindAppUser)
IsOnlyBindAppUser
- 是否只获取绑定企微应用的public Boolean getAllPage()
public void setAllPage(Boolean AllPage)
AllPage
- 是否获取全部数据public String getRoleCode()
public void setRoleCode(String RoleCode)
RoleCode
- 角色编码public String[] getUserIdList()
public void setUserIdList(String[] UserIdList)
UserIdList
- 用户id列表public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 搜索关键词Copyright © 2025. All rights reserved.