public class DescribeTenantUserListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTenantUserListRequest() |
DescribeTenantUserListRequest(DescribeTenantUserListRequest 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 |
---|---|
String |
getApplicationToken()
Get token
|
String |
getCursor()
Get 用户id
|
String |
getDepartmentId()
Get 部门ID
|
String |
getKeyword()
Get 关键词
|
Long |
getLimit()
Get 翻页大小
|
String |
getNoRecursive()
Get 是否递归获取子级数据,0需要,1不需要,默认为0
|
Long |
getOffset()
Get 翻页页码
|
Long |
getStatus()
Get 状态,0,获取所有数据,1正常启用,2禁用
|
String |
getTenantId()
Get 租户ID
|
Long |
getUpdateAt()
Get 更新时间戳,单位秒
|
String |
getWorkspaceId()
Get 项目空间id
|
void |
setApplicationToken(String ApplicationToken)
Set token
|
void |
setCursor(String Cursor)
Set 用户id
|
void |
setDepartmentId(String DepartmentId)
Set 部门ID
|
void |
setKeyword(String Keyword)
Set 关键词
|
void |
setLimit(Long Limit)
Set 翻页大小
|
void |
setNoRecursive(String NoRecursive)
Set 是否递归获取子级数据,0需要,1不需要,默认为0
|
void |
setOffset(Long Offset)
Set 翻页页码
|
void |
setStatus(Long Status)
Set 状态,0,获取所有数据,1正常启用,2禁用
|
void |
setTenantId(String TenantId)
Set 租户ID
|
void |
setUpdateAt(Long UpdateAt)
Set 更新时间戳,单位秒
|
void |
setWorkspaceId(String WorkspaceId)
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 DescribeTenantUserListRequest()
public DescribeTenantUserListRequest(DescribeTenantUserListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 翻页页码public Long getLimit()
public void setLimit(Long Limit)
Limit
- 翻页大小public String getApplicationToken()
public void setApplicationToken(String ApplicationToken)
ApplicationToken
- tokenpublic String getTenantId()
public void setTenantId(String TenantId)
TenantId
- 租户IDpublic Long getUpdateAt()
public void setUpdateAt(Long UpdateAt)
UpdateAt
- 更新时间戳,单位秒public String getDepartmentId()
public void setDepartmentId(String DepartmentId)
DepartmentId
- 部门IDpublic String getCursor()
public void setCursor(String Cursor)
Cursor
- 用户idpublic Long getStatus()
public void setStatus(Long Status)
Status
- 状态,0,获取所有数据,1正常启用,2禁用public String getWorkspaceId()
public void setWorkspaceId(String WorkspaceId)
WorkspaceId
- 项目空间idpublic String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 关键词public String getNoRecursive()
public void setNoRecursive(String NoRecursive)
NoRecursive
- 是否递归获取子级数据,0需要,1不需要,默认为0Copyright © 2024. All rights reserved.