public class DescribeUserSqlAdviceResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeUserSqlAdviceResponse() |
DescribeUserSqlAdviceResponse(DescribeUserSqlAdviceResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAdvices()
Get SQL优化建议,可解析为JSON数组,无需优化时输出为空。
|
String |
getComments()
Get SQL优化建议备注,可解析为String数组,无需优化时输出为空。
|
String |
getCost()
Get SQL优化后的成本节约详情,可解析为JSON,无需优化时输出为空。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getSchema()
Get 库名。
|
String |
getSqlPlan()
Get SQL执行计划,可解析为JSON,无需优化时输出为空。
|
String |
getSqlText()
Get SQL语句。
|
String |
getTables()
Get 相关表的DDL信息,可解析为JSON数组。
|
void |
setAdvices(String Advices)
Set SQL优化建议,可解析为JSON数组,无需优化时输出为空。
|
void |
setComments(String Comments)
Set SQL优化建议备注,可解析为String数组,无需优化时输出为空。
|
void |
setCost(String Cost)
Set SQL优化后的成本节约详情,可解析为JSON,无需优化时输出为空。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSchema(String Schema)
Set 库名。
|
void |
setSqlPlan(String SqlPlan)
Set SQL执行计划,可解析为JSON,无需优化时输出为空。
|
void |
setSqlText(String SqlText)
Set SQL语句。
|
void |
setTables(String Tables)
Set 相关表的DDL信息,可解析为JSON数组。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUserSqlAdviceResponse()
public DescribeUserSqlAdviceResponse(DescribeUserSqlAdviceResponse source)
public String getAdvices()
public void setAdvices(String Advices)
Advices
- SQL优化建议,可解析为JSON数组,无需优化时输出为空。public String getComments()
public void setComments(String Comments)
Comments
- SQL优化建议备注,可解析为String数组,无需优化时输出为空。public String getSqlText()
public void setSqlText(String SqlText)
SqlText
- SQL语句。public String getSchema()
public void setSchema(String Schema)
Schema
- 库名。public String getTables()
public void setTables(String Tables)
Tables
- 相关表的DDL信息,可解析为JSON数组。public String getSqlPlan()
public void setSqlPlan(String SqlPlan)
SqlPlan
- SQL执行计划,可解析为JSON,无需优化时输出为空。public String getCost()
public void setCost(String Cost)
Cost
- SQL优化后的成本节约详情,可解析为JSON,无需优化时输出为空。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.