public class ListResidentSubDeptsRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="size") public Integer size
@NameInMap(value="subCorpId") public String subCorpId
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 © 2022. All rights reserved.