public class GetPhysicalDatabaseRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetPhysicalDatabaseRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetPhysicalDatabaseRequest |
build(Map<String,?> map) |
Long |
getDbId() |
Long |
getTid() |
GetPhysicalDatabaseRequest |
setDbId(Long dbId) |
GetPhysicalDatabaseRequest |
setTid(Long tid) |
@NameInMap(value="DbId") public Long dbId
The ID of the physical database. You can call the SearchDatabase operation to obtain the ID.
This parameter is required.
example:43153
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to query the ID of the tenant.
example:1
public static GetPhysicalDatabaseRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetPhysicalDatabaseRequest setDbId(Long dbId)
public Long getDbId()
public GetPhysicalDatabaseRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.