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="subCorpId") public String subCorpId
@NameInMap(value="role") public String role
@NameInMap(value="cursor") public Long cursor
@NameInMap(value="size") public Integer size
public static ListResidentDeptUsersRequest build(Map<String,?> map) throws Exception
Exception
public ListResidentDeptUsersRequest setSubCorpId(String subCorpId)
public String getSubCorpId()
public ListResidentDeptUsersRequest setRole(String role)
public String getRole()
public ListResidentDeptUsersRequest setCursor(Long cursor)
public Long getCursor()
public ListResidentDeptUsersRequest setSize(Integer size)
public Integer getSize()
Copyright © 2021. All rights reserved.