public class ListDatabaseUserPermssionsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dbId
The ID of the database.
|
Boolean |
logic
Specifies whether the database is a logical database.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
permType
The type of the permission.
|
Long |
tid
The ID of the tenant.
|
String |
userName
The nickname of the user.
|
| 构造器和说明 |
|---|
ListDatabaseUserPermssionsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDatabaseUserPermssionsRequest |
build(Map<String,?> map) |
String |
getDbId() |
Boolean |
getLogic() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getPermType() |
Long |
getTid() |
String |
getUserName() |
ListDatabaseUserPermssionsRequest |
setDbId(String dbId) |
ListDatabaseUserPermssionsRequest |
setLogic(Boolean logic) |
ListDatabaseUserPermssionsRequest |
setPageNumber(Integer pageNumber) |
ListDatabaseUserPermssionsRequest |
setPageSize(Integer pageSize) |
ListDatabaseUserPermssionsRequest |
setPermType(String permType) |
ListDatabaseUserPermssionsRequest |
setTid(Long tid) |
ListDatabaseUserPermssionsRequest |
setUserName(String userName) |
@NameInMap(value="DbId") public String dbId
The ID of the database.
This parameter is required.
example:123
@NameInMap(value="Logic") public Boolean logic
Specifies whether the database is a logical database.
example:false
@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:10
@NameInMap(value="PermType") public String permType
The type of the permission. Valid values:
This parameter is required.
example:DATABASE
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
-1
@NameInMap(value="UserName") public String userName
The nickname of the user.
example:search_user_name
public static ListDatabaseUserPermssionsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDatabaseUserPermssionsRequest setDbId(String dbId)
public String getDbId()
public ListDatabaseUserPermssionsRequest setLogic(Boolean logic)
public Boolean getLogic()
public ListDatabaseUserPermssionsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListDatabaseUserPermssionsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListDatabaseUserPermssionsRequest setPermType(String permType)
public String getPermType()
public ListDatabaseUserPermssionsRequest setTid(Long tid)
public Long getTid()
public ListDatabaseUserPermssionsRequest setUserName(String userName)
public String getUserName()
Copyright © 2025. All rights reserved.