public class ListAuthorizedUsersForDatabaseRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dbId
This parameter is required.
|
Boolean |
logic
example:
false
|
String |
pageNumber
example:
1
|
String |
pageSize
example:
20
|
String |
searchKey
example:
poc_test
|
Long |
tid
example:
3***
|
| 构造器和说明 |
|---|
ListAuthorizedUsersForDatabaseRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListAuthorizedUsersForDatabaseRequest |
build(Map<String,?> map) |
String |
getDbId() |
Boolean |
getLogic() |
String |
getPageNumber() |
String |
getPageSize() |
String |
getSearchKey() |
Long |
getTid() |
ListAuthorizedUsersForDatabaseRequest |
setDbId(String dbId) |
ListAuthorizedUsersForDatabaseRequest |
setLogic(Boolean logic) |
ListAuthorizedUsersForDatabaseRequest |
setPageNumber(String pageNumber) |
ListAuthorizedUsersForDatabaseRequest |
setPageSize(String pageSize) |
ListAuthorizedUsersForDatabaseRequest |
setSearchKey(String searchKey) |
ListAuthorizedUsersForDatabaseRequest |
setTid(Long tid) |
@NameInMap(value="DbId") public String dbId
This parameter is required.
example:135***
@NameInMap(value="Logic") public Boolean logic
false
@NameInMap(value="PageNumber") public String pageNumber
1
@NameInMap(value="PageSize") public String pageSize
20
@NameInMap(value="SearchKey") public String searchKey
poc_test
@NameInMap(value="Tid") public Long tid
3***
public static ListAuthorizedUsersForDatabaseRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListAuthorizedUsersForDatabaseRequest setDbId(String dbId)
public String getDbId()
public ListAuthorizedUsersForDatabaseRequest setLogic(Boolean logic)
public Boolean getLogic()
public ListAuthorizedUsersForDatabaseRequest setPageNumber(String pageNumber)
public String getPageNumber()
public ListAuthorizedUsersForDatabaseRequest setPageSize(String pageSize)
public String getPageSize()
public ListAuthorizedUsersForDatabaseRequest setSearchKey(String searchKey)
public String getSearchKey()
public ListAuthorizedUsersForDatabaseRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.