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 All page numbers.
|
Boolean |
getIsOnlyBindAppUser()
Get Whether to only obtain users bound to the WeCom app.
|
String |
getKeyword()
Get Keyword for fuzzy search.
|
Long |
getPageNo()
Get Page number.
|
Long |
getPageSize()
Get Number of pages.
|
String |
getProjectId()
Get Project ID.
|
String |
getUserType()
Get 0: enterprise user.
|
void |
setAllPage(Boolean AllPage)
Set All page numbers.
|
void |
setIsOnlyBindAppUser(Boolean IsOnlyBindAppUser)
Set Whether to only obtain users bound to the WeCom app.
|
void |
setKeyword(String Keyword)
Set Keyword for fuzzy search.
|
void |
setPageNo(Long PageNo)
Set Page number.
|
void |
setPageSize(Long PageSize)
Set Number of pages.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setUserType(String UserType)
Set 0: enterprise user.
|
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
- Page number.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of pages.public Boolean getAllPage()
public void setAllPage(Boolean AllPage)
AllPage
- All page numbers.public String getUserType()
public void setUserType(String UserType)
UserType
- 0: enterprise user. 1: visitor. If left blank, it indicates all users.public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- Keyword for fuzzy search.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID.public Boolean getIsOnlyBindAppUser()
public void setIsOnlyBindAppUser(Boolean IsOnlyBindAppUser)
IsOnlyBindAppUser
- Whether to only obtain users bound to the WeCom app.Copyright © 2025. All rights reserved.