public class ListAuthorizedInstancesForUserRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dbType
example:
MySQL
|
String |
envType
example:
product
|
String |
pageNumber
example:
1
|
String |
pageSize
example:
20
|
String |
searchKey
example:
policy_test
|
Long |
tid
example:
3***
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
ListAuthorizedInstancesForUserRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListAuthorizedInstancesForUserRequest |
build(Map<String,?> map) |
String |
getDbType() |
String |
getEnvType() |
String |
getPageNumber() |
String |
getPageSize() |
String |
getSearchKey() |
Long |
getTid() |
String |
getUserId() |
ListAuthorizedInstancesForUserRequest |
setDbType(String dbType) |
ListAuthorizedInstancesForUserRequest |
setEnvType(String envType) |
ListAuthorizedInstancesForUserRequest |
setPageNumber(String pageNumber) |
ListAuthorizedInstancesForUserRequest |
setPageSize(String pageSize) |
ListAuthorizedInstancesForUserRequest |
setSearchKey(String searchKey) |
ListAuthorizedInstancesForUserRequest |
setTid(Long tid) |
ListAuthorizedInstancesForUserRequest |
setUserId(String userId) |
@NameInMap(value="DbType") public String dbType
MySQL
@NameInMap(value="EnvType") public String envType
product
@NameInMap(value="PageNumber") public String pageNumber
1
@NameInMap(value="PageSize") public String pageSize
20
@NameInMap(value="SearchKey") public String searchKey
policy_test
@NameInMap(value="Tid") public Long tid
3***
@NameInMap(value="UserId") public String userId
This parameter is required.
example:51****
public static ListAuthorizedInstancesForUserRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListAuthorizedInstancesForUserRequest setDbType(String dbType)
public String getDbType()
public ListAuthorizedInstancesForUserRequest setEnvType(String envType)
public String getEnvType()
public ListAuthorizedInstancesForUserRequest setPageNumber(String pageNumber)
public String getPageNumber()
public ListAuthorizedInstancesForUserRequest setPageSize(String pageSize)
public String getPageSize()
public ListAuthorizedInstancesForUserRequest setSearchKey(String searchKey)
public String getSearchKey()
public ListAuthorizedInstancesForUserRequest setTid(Long tid)
public Long getTid()
public ListAuthorizedInstancesForUserRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.