Class StatementOutput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.StatementOutput
-
public class StatementOutput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StatementOutput()StatementOutput(StatementOutput 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KVPair[]getData()Get Statement数据 注意:此字段可能返回 null,表示取不到有效值。String[]getErrorMessage()Get 错误堆栈信息 注意:此字段可能返回 null,表示取不到有效值。StringgetErrorName()Get 错误名称 注意:此字段可能返回 null,表示取不到有效值。StringgetErrorValue()Get 错误类型 注意:此字段可能返回 null,表示取不到有效值。LonggetExecutionCount()Get 执行总数 注意:此字段可能返回 null,表示取不到有效值。StringgetSQLResult()Get SQL类型任务结果返回 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get Statement状态:ok,error 注意:此字段可能返回 null,表示取不到有效值。voidsetData(KVPair[] Data)Set Statement数据 注意:此字段可能返回 null,表示取不到有效值。voidsetErrorMessage(String[] ErrorMessage)Set 错误堆栈信息 注意:此字段可能返回 null,表示取不到有效值。voidsetErrorName(String ErrorName)Set 错误名称 注意:此字段可能返回 null,表示取不到有效值。voidsetErrorValue(String ErrorValue)Set 错误类型 注意:此字段可能返回 null,表示取不到有效值。voidsetExecutionCount(Long ExecutionCount)Set 执行总数 注意:此字段可能返回 null,表示取不到有效值。voidsetSQLResult(String SQLResult)Set SQL类型任务结果返回 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set Statement状态:ok,error 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StatementOutput
public StatementOutput()
-
StatementOutput
public StatementOutput(StatementOutput 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.
-
-
Method Detail
-
getExecutionCount
public Long getExecutionCount()
Get 执行总数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ExecutionCount 执行总数 注意:此字段可能返回 null,表示取不到有效值。
-
setExecutionCount
public void setExecutionCount(Long ExecutionCount)
Set 执行总数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ExecutionCount- 执行总数 注意:此字段可能返回 null,表示取不到有效值。
-
getData
public KVPair[] getData()
Get Statement数据 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Data Statement数据 注意:此字段可能返回 null,表示取不到有效值。
-
setData
public void setData(KVPair[] Data)
Set Statement数据 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Data- Statement数据 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get Statement状态:ok,error 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status Statement状态:ok,error 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set Statement状态:ok,error 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- Statement状态:ok,error 注意:此字段可能返回 null,表示取不到有效值。
-
getErrorName
public String getErrorName()
Get 错误名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrorName 错误名称 注意:此字段可能返回 null,表示取不到有效值。
-
setErrorName
public void setErrorName(String ErrorName)
Set 错误名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrorName- 错误名称 注意:此字段可能返回 null,表示取不到有效值。
-
getErrorValue
public String getErrorValue()
Get 错误类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrorValue 错误类型 注意:此字段可能返回 null,表示取不到有效值。
-
setErrorValue
public void setErrorValue(String ErrorValue)
Set 错误类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrorValue- 错误类型 注意:此字段可能返回 null,表示取不到有效值。
-
getErrorMessage
public String[] getErrorMessage()
Get 错误堆栈信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrorMessage 错误堆栈信息 注意:此字段可能返回 null,表示取不到有效值。
-
setErrorMessage
public void setErrorMessage(String[] ErrorMessage)
Set 错误堆栈信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrorMessage- 错误堆栈信息 注意:此字段可能返回 null,表示取不到有效值。
-
getSQLResult
public String getSQLResult()
Get SQL类型任务结果返回 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SQLResult SQL类型任务结果返回 注意:此字段可能返回 null,表示取不到有效值。
-
setSQLResult
public void setSQLResult(String SQLResult)
Set SQL类型任务结果返回 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SQLResult- SQL类型任务结果返回 注意:此字段可能返回 null,表示取不到有效值。
-
-