Class NotebookSessionStatementInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.NotebookSessionStatementInfo
-
public class NotebookSessionStatementInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBatchId()Get 批任务id 注意:此字段可能返回 null,表示取不到有效值。StringgetCode()Get 运行语句 注意:此字段可能返回 null,表示取不到有效值。LonggetCompleted()Get 完成时间戳 注意:此字段可能返回 null,表示取不到有效值。StatementOutputgetOutPut()Get Statement输出信息 注意:此字段可能返回 null,表示取不到有效值。FloatgetProgress()Get 完成进度,百分制 注意:此字段可能返回 null,表示取不到有效值。LonggetStarted()Get 开始时间戳 注意:此字段可能返回 null,表示取不到有效值。StringgetState()Get Session Statement状态,包含:waiting(排队中)、running(运行中)、available(正常)、error(异常)、cancelling(取消中)、cancelled(已取消)StringgetStatementId()Get Session Statement唯一标识StringgetTaskId()Get 任务ID 注意:此字段可能返回 null,表示取不到有效值。voidsetBatchId(String BatchId)Set 批任务id 注意:此字段可能返回 null,表示取不到有效值。voidsetCode(String Code)Set 运行语句 注意:此字段可能返回 null,表示取不到有效值。voidsetCompleted(Long Completed)Set 完成时间戳 注意:此字段可能返回 null,表示取不到有效值。voidsetOutPut(StatementOutput OutPut)Set Statement输出信息 注意:此字段可能返回 null,表示取不到有效值。voidsetProgress(Float Progress)Set 完成进度,百分制 注意:此字段可能返回 null,表示取不到有效值。voidsetStarted(Long Started)Set 开始时间戳 注意:此字段可能返回 null,表示取不到有效值。voidsetState(String State)Set Session Statement状态,包含:waiting(排队中)、running(运行中)、available(正常)、error(异常)、cancelling(取消中)、cancelled(已取消)voidsetStatementId(String StatementId)Set Session Statement唯一标识voidsetTaskId(String TaskId)Set 任务ID 注意:此字段可能返回 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
-
NotebookSessionStatementInfo
public NotebookSessionStatementInfo()
-
NotebookSessionStatementInfo
public 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.
-
-
Method Detail
-
getCompleted
public Long getCompleted()
Get 完成时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Completed 完成时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setCompleted
public void setCompleted(Long Completed)
Set 完成时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Completed- 完成时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getStarted
public Long getStarted()
Get 开始时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Started 开始时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setStarted
public void setStarted(Long Started)
Set 开始时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Started- 开始时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getProgress
public Float getProgress()
Get 完成进度,百分制 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Progress 完成进度,百分制 注意:此字段可能返回 null,表示取不到有效值。
-
setProgress
public void setProgress(Float Progress)
Set 完成进度,百分制 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Progress- 完成进度,百分制 注意:此字段可能返回 null,表示取不到有效值。
-
getStatementId
public String getStatementId()
Get Session Statement唯一标识- Returns:
- StatementId Session Statement唯一标识
-
setStatementId
public void setStatementId(String StatementId)
Set Session Statement唯一标识- Parameters:
StatementId- Session Statement唯一标识
-
getState
public String getState()
Get Session Statement状态,包含:waiting(排队中)、running(运行中)、available(正常)、error(异常)、cancelling(取消中)、cancelled(已取消)- Returns:
- State Session Statement状态,包含:waiting(排队中)、running(运行中)、available(正常)、error(异常)、cancelling(取消中)、cancelled(已取消)
-
setState
public void setState(String State)
Set Session Statement状态,包含:waiting(排队中)、running(运行中)、available(正常)、error(异常)、cancelling(取消中)、cancelled(已取消)- Parameters:
State- Session Statement状态,包含:waiting(排队中)、running(运行中)、available(正常)、error(异常)、cancelling(取消中)、cancelled(已取消)
-
getOutPut
public StatementOutput getOutPut()
Get Statement输出信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OutPut Statement输出信息 注意:此字段可能返回 null,表示取不到有效值。
-
setOutPut
public void setOutPut(StatementOutput OutPut)
Set Statement输出信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OutPut- Statement输出信息 注意:此字段可能返回 null,表示取不到有效值。
-
getBatchId
public String getBatchId()
Get 批任务id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BatchId 批任务id 注意:此字段可能返回 null,表示取不到有效值。
-
setBatchId
public void setBatchId(String BatchId)
Set 批任务id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BatchId- 批任务id 注意:此字段可能返回 null,表示取不到有效值。
-
getCode
public String getCode()
Get 运行语句 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Code 运行语句 注意:此字段可能返回 null,表示取不到有效值。
-
setCode
public void setCode(String Code)
Set 运行语句 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Code- 运行语句 注意:此字段可能返回 null,表示取不到有效值。
-
getTaskId
public String getTaskId()
Get 任务ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TaskId 任务ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTaskId
public void setTaskId(String TaskId)
Set 任务ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TaskId- 任务ID 注意:此字段可能返回 null,表示取不到有效值。
-
-