public class ListLogicTableRouteConfigRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListLogicTableRouteConfigRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListLogicTableRouteConfigRequest |
build(Map<String,?> map) |
Long |
getTableId() |
Long |
getTid() |
ListLogicTableRouteConfigRequest |
setTableId(Long tableId) |
ListLogicTableRouteConfigRequest |
setTid(Long tid) |
@NameInMap(value="TableId") public Long tableId
The ID of the logical table. You can call the ListLogicTables operation to query the ID of the logical table.
This parameter is required.
example:1****
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID.
example:3***
public static ListLogicTableRouteConfigRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListLogicTableRouteConfigRequest setTableId(Long tableId)
public Long getTableId()
public ListLogicTableRouteConfigRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.