public class DescribeSparkSessionBatchSQLResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSparkSessionBatchSQLResponse() |
DescribeSparkSessionBatchSQLResponse(DescribeSparkSessionBatchSQLResponse 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 |
getEvent()
Get 非sql运行的异常事件信息,包含资源创建失败、调度异常,JOB超时等,正常运行下该Event值为空
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getState()
Get 状态:0:运行中、1:成功、2:失败、3:取消、4:超时;
|
BatchSqlTask[] |
getTasks()
Get SQL子任务列表,仅展示运行完成的子任务,若某个任务运行失败,后续其它子任务不返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEvent(String Event)
Set 非sql运行的异常事件信息,包含资源创建失败、调度异常,JOB超时等,正常运行下该Event值为空
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setState(Long State)
Set 状态:0:运行中、1:成功、2:失败、3:取消、4:超时;
|
void |
setTasks(BatchSqlTask[] Tasks)
Set SQL子任务列表,仅展示运行完成的子任务,若某个任务运行失败,后续其它子任务不返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSparkSessionBatchSQLResponse()
public DescribeSparkSessionBatchSQLResponse(DescribeSparkSessionBatchSQLResponse source)
public Long getState()
public void setState(Long State)
State
- 状态:0:运行中、1:成功、2:失败、3:取消、4:超时;public BatchSqlTask[] getTasks()
public void setTasks(BatchSqlTask[] Tasks)
Tasks
- SQL子任务列表,仅展示运行完成的子任务,若某个任务运行失败,后续其它子任务不返回
注意:此字段可能返回 null,表示取不到有效值。public String getEvent()
public void setEvent(String Event)
Event
- 非sql运行的异常事件信息,包含资源创建失败、调度异常,JOB超时等,正常运行下该Event值为空public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.