public static class GetOwnerApplyOrderDetailResponseBody.GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dbType
The type of the database engine.
|
String |
envType
The type of the environment to which the instance belongs.
|
List<Long> |
ownerIds
The IDs of the original owners.
|
List<String> |
ownerNickNames
The nicknames of the owners.
|
String |
searchName
The search name of the resource.
|
String |
tableName
The name of the table.
|
@NameInMap(value="DbType") public String dbType
The type of the database engine.
example:MYSQL
@NameInMap(value="EnvType") public String envType
The type of the environment to which the instance belongs. For more information, see Change the environment type of an instance.
example:PRODUCT
@NameInMap(value="OwnerNickNames") public List<String> ownerNickNames
The nicknames of the owners.
@NameInMap(value="SearchName") public String searchName
The search name of the resource.
example:yuyang【test】
@NameInMap(value="TableName") public String tableName
The name of the table.
example:: This parameter is returned when you submit a Database-OWNER ticket.
test
public GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail()
public static GetOwnerApplyOrderDetailResponseBody.GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail build(Map<String,?> map) throws Exception
Exceptionpublic GetOwnerApplyOrderDetailResponseBody.GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail setDbType(String dbType)
public String getDbType()
public GetOwnerApplyOrderDetailResponseBody.GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail setEnvType(String envType)
public String getEnvType()
public GetOwnerApplyOrderDetailResponseBody.GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail setOwnerIds(List<Long> ownerIds)
public GetOwnerApplyOrderDetailResponseBody.GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail setOwnerNickNames(List<String> ownerNickNames)
public GetOwnerApplyOrderDetailResponseBody.GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail setSearchName(String searchName)
public String getSearchName()
public GetOwnerApplyOrderDetailResponseBody.GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail setTableName(String tableName)
public String getTableName()
Copyright © 2025. All rights reserved.