public class GetSQLReviewOptimizeDetailRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
SQLReviewQueryKey
The key that is used to query the details of optimization suggestions.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
GetSQLReviewOptimizeDetailRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetSQLReviewOptimizeDetailRequest |
build(Map<String,?> map) |
String |
getSQLReviewQueryKey() |
Long |
getTid() |
GetSQLReviewOptimizeDetailRequest |
setSQLReviewQueryKey(String SQLReviewQueryKey) |
GetSQLReviewOptimizeDetailRequest |
setTid(Long tid) |
@NameInMap(value="SQLReviewQueryKey") public String SQLReviewQueryKey
The key that is used to query the details of optimization suggestions. You can call the ListSQLReviewOriginSQL operation to query the key.
This parameter is required.
example:a57e54ec5433475ea3082d882fdb****
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the ID of the tenant.
example:1
public static GetSQLReviewOptimizeDetailRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetSQLReviewOptimizeDetailRequest setSQLReviewQueryKey(String SQLReviewQueryKey)
public String getSQLReviewQueryKey()
public GetSQLReviewOptimizeDetailRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.