public class ListResidentDeptUsersRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
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
@NameInMap(value="role") public String role
@NameInMap(value="size") public Integer size
@NameInMap(value="subCorpId") public String subCorpId
public static ListResidentDeptUsersRequest build(Map<String,?> map) throws Exception
Exception
public 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 © 2022. All rights reserved.