Class NotebookSessionStatementInfo


  • public class NotebookSessionStatementInfo
    extends AbstractModel
    • 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,表示取不到有效值。