public class DescribeUserSqlAdviceResponse extends AbstractModel
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.
|
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.
|
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.
|
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.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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.public String getComments()
public void setComments(String Comments)
Comments
- Notes of SQL statement optimization suggestions, which can be parsed into String arrays.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.public String getCost()
public void setCost(String Cost)
Cost
- Cost saving details after SQL statement optimization, which can be parsed into JSON.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 © 2023. All rights reserved.