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