public class ListInstanceUserPermissionsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
instanceId
The ID of the instance.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
Long |
tid
The ID of the tenant.
|
String |
userName
The nickname of the user.
|
| 构造器和说明 |
|---|
ListInstanceUserPermissionsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListInstanceUserPermissionsRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Long |
getTid() |
String |
getUserName() |
ListInstanceUserPermissionsRequest |
setInstanceId(String instanceId) |
ListInstanceUserPermissionsRequest |
setPageNumber(Integer pageNumber) |
ListInstanceUserPermissionsRequest |
setPageSize(Integer pageSize) |
ListInstanceUserPermissionsRequest |
setTid(Long tid) |
ListInstanceUserPermissionsRequest |
setUserName(String userName) |
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance. You can call the ListInstances or GetInstance operation to query the ID of the instance.
This parameter is required.
example:174****
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
example:100
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
3***
@NameInMap(value="UserName") public String userName
public static ListInstanceUserPermissionsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListInstanceUserPermissionsRequest setInstanceId(String instanceId)
public String getInstanceId()
public ListInstanceUserPermissionsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListInstanceUserPermissionsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListInstanceUserPermissionsRequest setTid(Long tid)
public Long getTid()
public ListInstanceUserPermissionsRequest setUserName(String userName)
public String getUserName()
Copyright © 2025. All rights reserved.