public class DeleteLogicTableRouteConfigRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
routeKey
The unique key of the routing algorithm.
|
Long |
tableId
The ID of the logical table.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
DeleteLogicTableRouteConfigRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteLogicTableRouteConfigRequest |
build(Map<String,?> map) |
String |
getRouteKey() |
Long |
getTableId() |
Long |
getTid() |
DeleteLogicTableRouteConfigRequest |
setRouteKey(String routeKey) |
DeleteLogicTableRouteConfigRequest |
setTableId(Long tableId) |
DeleteLogicTableRouteConfigRequest |
setTid(Long tid) |
@NameInMap(value="RouteKey") public String routeKey
The unique key of the routing algorithm. You can call the ListLogicTableRouteConfig operation to query the unique key.
This parameter is required.
example:id-hash-mod15
@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 DeleteLogicTableRouteConfigRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteLogicTableRouteConfigRequest setRouteKey(String routeKey)
public String getRouteKey()
public DeleteLogicTableRouteConfigRequest setTableId(Long tableId)
public Long getTableId()
public DeleteLogicTableRouteConfigRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.