public class DescribeUserSqlAdviceResponse extends AbstractModel
header, 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 statement optimization suggestions, which can be parsed into JSON arrays.
|
String |
getComments()
Get Notes of SQL statement optimization suggestions, which can be parsed into String arrays.
|
String |
getCost()
Get Cost saving details after SQL statement optimization, which can be parsed into JSON arrays.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getSchema()
Get Database name.
|
String |
getSqlPlan()
Get SQL execution plan, which can be parsed into JSON arrays.
|
String |
getSqlText()
Get SQL statement.
|
String |
getTables()
Get DDL information of related tables, which can be parsed into JSON arrays.
|
void |
setAdvices(String Advices)
Set SQL statement optimization suggestions, which can be parsed into JSON arrays.
|
void |
setComments(String Comments)
Set Notes of SQL statement optimization suggestions, which can be parsed into String arrays.
|
void |
setCost(String Cost)
Set Cost saving details after SQL statement optimization, which can be parsed into JSON arrays.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSchema(String Schema)
Set Database name.
|
void |
setSqlPlan(String SqlPlan)
Set SQL execution plan, which can be parsed into JSON arrays.
|
void |
setSqlText(String SqlText)
Set SQL statement.
|
void |
setTables(String Tables)
Set DDL information of related tables, which can be parsed into JSON arrays.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUserSqlAdviceResponse()
public DescribeUserSqlAdviceResponse(DescribeUserSqlAdviceResponse source)
public String getAdvices()
public void setAdvices(String Advices)
Advices
- SQL statement optimization suggestions, which can be parsed into JSON arrays. If there is no need for optimization, the output will be empty.public String getComments()
public void setComments(String Comments)
Comments
- Notes of SQL statement optimization suggestions, which can be parsed into String arrays. If there is no need for optimization, the output will be empty.public String getSqlText()
public void setSqlText(String SqlText)
SqlText
- SQL statement.public String getSchema()
public void setSchema(String Schema)
Schema
- Database name.public String getTables()
public void setTables(String Tables)
Tables
- DDL information of related tables, which can be parsed into JSON arrays.public String getSqlPlan()
public void setSqlPlan(String SqlPlan)
SqlPlan
- SQL execution plan, which can be parsed into JSON arrays. If there is no need for optimization, the output will be empty.public String getCost()
public void setCost(String Cost)
Cost
- Cost saving details after SQL statement optimization, which can be parsed into JSON arrays. If there is no need for optimization, the output will be empty.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.