public class ListResidentDeptUsersRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
cursor
example:
1
|
String |
role |
Integer |
size
This parameter is required.
|
String |
subCorpId
This parameter is required.
|
| 构造器和说明 |
|---|
ListResidentDeptUsersRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListResidentDeptUsersRequest |
build(Map<String,?> map) |
Long |
getCursor() |
String |
getRole() |
Integer |
getSize() |
String |
getSubCorpId() |
ListResidentDeptUsersRequest |
setCursor(Long cursor) |
ListResidentDeptUsersRequest |
setRole(String role) |
ListResidentDeptUsersRequest |
setSize(Integer size) |
ListResidentDeptUsersRequest |
setSubCorpId(String subCorpId) |
@NameInMap(value="cursor") public Long cursor
1
@NameInMap(value="role") public String role
@NameInMap(value="size") public Integer size
This parameter is required.
@NameInMap(value="subCorpId") public String subCorpId
This parameter is required.
public static ListResidentDeptUsersRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListResidentDeptUsersRequest setCursor(Long cursor)
public Long getCursor()
public ListResidentDeptUsersRequest setRole(String role)
public String getRole()
public ListResidentDeptUsersRequest setSize(Integer size)
public Integer getSize()
public ListResidentDeptUsersRequest setSubCorpId(String subCorpId)
public String getSubCorpId()
Copyright © 2025. All rights reserved.