public class NotebookSessionStatementInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
NotebookSessionStatementInfo() |
NotebookSessionStatementInfo(NotebookSessionStatementInfo 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 |
getBatchId()
Get 批任务id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCode()
Get 运行语句
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCompleted()
Get 完成时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
StatementOutput |
getOutPut()
Get Statement输出信息
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getProgress()
Get 完成进度,百分制
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStarted()
Get 开始时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getState()
Get Session Statement状态,包含:waiting(排队中)、running(运行中)、available(正常)、error(异常)、cancelling(取消中)、cancelled(已取消)
|
String |
getStatementId()
Get Session Statement唯一标识
|
String |
getTaskId()
Get 任务ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBatchId(String BatchId)
Set 批任务id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCode(String Code)
Set 运行语句
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCompleted(Long Completed)
Set 完成时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOutPut(StatementOutput OutPut)
Set Statement输出信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProgress(Float Progress)
Set 完成进度,百分制
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStarted(Long Started)
Set 开始时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setState(String State)
Set Session Statement状态,包含:waiting(排队中)、running(运行中)、available(正常)、error(异常)、cancelling(取消中)、cancelled(已取消)
|
void |
setStatementId(String StatementId)
Set Session Statement唯一标识
|
void |
setTaskId(String TaskId)
Set 任务ID
注意:此字段可能返回 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 NotebookSessionStatementInfo()
public NotebookSessionStatementInfo(NotebookSessionStatementInfo source)
public Long getCompleted()
public void setCompleted(Long Completed)
Completed
- 完成时间戳
注意:此字段可能返回 null,表示取不到有效值。public Long getStarted()
public void setStarted(Long Started)
Started
- 开始时间戳
注意:此字段可能返回 null,表示取不到有效值。public Float getProgress()
public void setProgress(Float Progress)
Progress
- 完成进度,百分制
注意:此字段可能返回 null,表示取不到有效值。public String getStatementId()
public void setStatementId(String StatementId)
StatementId
- Session Statement唯一标识public String getState()
public void setState(String State)
State
- Session Statement状态,包含:waiting(排队中)、running(运行中)、available(正常)、error(异常)、cancelling(取消中)、cancelled(已取消)public StatementOutput getOutPut()
public void setOutPut(StatementOutput OutPut)
OutPut
- Statement输出信息
注意:此字段可能返回 null,表示取不到有效值。public String getBatchId()
public void setBatchId(String BatchId)
BatchId
- 批任务id
注意:此字段可能返回 null,表示取不到有效值。public String getCode()
public void setCode(String Code)
Code
- 运行语句
注意:此字段可能返回 null,表示取不到有效值。public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 任务ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.