public class GetMetaTableColumnRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
tableGuid
The globally unique identifier (GUID) of the table in Data Management (DMS).
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
GetMetaTableColumnRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMetaTableColumnRequest |
build(Map<String,?> map) |
String |
getTableGuid() |
Long |
getTid() |
GetMetaTableColumnRequest |
setTableGuid(String tableGuid) |
GetMetaTableColumnRequest |
setTid(Long tid) |
@NameInMap(value="TableGuid") public String tableGuid
The globally unique identifier (GUID) of the table in Data Management (DMS).
This parameter is required.
example:IDB_40753****.qntest2.activity_setting
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to obtain the tenant ID.
example:3***
public static GetMetaTableColumnRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaTableColumnRequest setTableGuid(String tableGuid)
public String getTableGuid()
public GetMetaTableColumnRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.