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 Whether to obtain all the data. 
 | 
Boolean | 
getIsOnlyBindAppUser()
Get Whether to only obtain users bound to the WeCom app. 
 | 
String | 
getKeyword()
Get Search keywords. 
 | 
Long | 
getPageNo()
Get Page number. 
 | 
Long | 
getPageSize()
Get Number of pages. 
 | 
Long | 
getProjectId()
Get Project ID. 
 | 
String | 
getRoleCode()
Get Role code. 
 | 
String[] | 
getUserIdList()
Get User ID list. 
 | 
void | 
setAllPage(Boolean AllPage)
Set Whether to obtain all the data. 
 | 
void | 
setIsOnlyBindAppUser(Boolean IsOnlyBindAppUser)
Set Whether to only obtain users bound to the WeCom app. 
 | 
void | 
setKeyword(String Keyword)
Set Search keywords. 
 | 
void | 
setPageNo(Long PageNo)
Set Page number. 
 | 
void | 
setPageSize(Long PageSize)
Set Number of pages. 
 | 
void | 
setProjectId(Long ProjectId)
Set Project ID. 
 | 
void | 
setRoleCode(String RoleCode)
Set Role code. 
 | 
void | 
setUserIdList(String[] UserIdList)
Set User ID list. 
 | 
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 DescribeUserRoleProjectListRequest()
public DescribeUserRoleProjectListRequest(DescribeUserRoleProjectListRequest source)
public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo - Page number.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of pages.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Project ID.public Boolean getIsOnlyBindAppUser()
public void setIsOnlyBindAppUser(Boolean IsOnlyBindAppUser)
IsOnlyBindAppUser - Whether to only obtain users bound to the WeCom app.public Boolean getAllPage()
public void setAllPage(Boolean AllPage)
AllPage - Whether to obtain all the data.public String getRoleCode()
public void setRoleCode(String RoleCode)
RoleCode - Role code.public String[] getUserIdList()
public void setUserIdList(String[] UserIdList)
UserIdList - User ID list.public String getKeyword()
public void setKeyword(String Keyword)
Keyword - Search keywords.Copyright © 2025. All rights reserved.