public static class ExecuteScriptResponseBody.ExecuteScriptResponseBodyResults
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
columnNames
The fields that are queried after the SQL statement is executed.
|
String |
message
The error message that is returned if the SQL statement fails to be executed.
|
Long |
rowCount
The total number of entries that are returned.
|
List<Map<String,?>> |
rows
The rows that are queried after the SQL statement is executed.
|
Boolean |
success
Indicates whether the SQL statement is executed.
|
| 构造器和说明 |
|---|
ExecuteScriptResponseBodyResults() |
@NameInMap(value="ColumnNames") public List<String> columnNames
The fields that are queried after the SQL statement is executed.
@NameInMap(value="Message") public String message
The error message that is returned if the SQL statement fails to be executed. For example, an error message is returned because the SQL statement is invalid.
example:UnknownError
@NameInMap(value="RowCount") public Long rowCount
The total number of entries that are returned.
example:1
@NameInMap(value="Rows") public List<Map<String,?>> rows
The rows that are queried after the SQL statement is executed.
@NameInMap(value="Success") public Boolean success
Indicates whether the SQL statement is executed.
example:true
public static ExecuteScriptResponseBody.ExecuteScriptResponseBodyResults build(Map<String,?> map) throws Exception
Exceptionpublic ExecuteScriptResponseBody.ExecuteScriptResponseBodyResults setColumnNames(List<String> columnNames)
public ExecuteScriptResponseBody.ExecuteScriptResponseBodyResults setMessage(String message)
public String getMessage()
public ExecuteScriptResponseBody.ExecuteScriptResponseBodyResults setRowCount(Long rowCount)
public Long getRowCount()
public ExecuteScriptResponseBody.ExecuteScriptResponseBodyResults setRows(List<Map<String,?>> rows)
public ExecuteScriptResponseBody.ExecuteScriptResponseBodyResults setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.