Class NotebookSessionStatementBatchInformation


  • public class NotebookSessionStatementBatchInformation
    extends AbstractModel
    • Constructor Detail

      • NotebookSessionStatementBatchInformation

        public NotebookSessionStatementBatchInformation()
      • NotebookSessionStatementBatchInformation

        public NotebookSessionStatementBatchInformation​(NotebookSessionStatementBatchInformation 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

      • getNotebookSessionStatementBatch

        public NotebookSessionStatementInfo[] getNotebookSessionStatementBatch()
        Get 任务详情列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NotebookSessionStatementBatch 任务详情列表 注意:此字段可能返回 null,表示取不到有效值。
      • setNotebookSessionStatementBatch

        public void setNotebookSessionStatementBatch​(NotebookSessionStatementInfo[] NotebookSessionStatementBatch)
        Set 任务详情列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NotebookSessionStatementBatch - 任务详情列表 注意:此字段可能返回 null,表示取不到有效值。
      • getIsAvailable

        public Boolean getIsAvailable()
        Get 当前批任务是否运行完成 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsAvailable 当前批任务是否运行完成 注意:此字段可能返回 null,表示取不到有效值。
      • setIsAvailable

        public void setIsAvailable​(Boolean IsAvailable)
        Set 当前批任务是否运行完成 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsAvailable - 当前批任务是否运行完成 注意:此字段可能返回 null,表示取不到有效值。
      • getSessionId

        public String getSessionId()
        Get Session唯一标识 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SessionId Session唯一标识 注意:此字段可能返回 null,表示取不到有效值。
      • setSessionId

        public void setSessionId​(String SessionId)
        Set Session唯一标识 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SessionId - Session唯一标识 注意:此字段可能返回 null,表示取不到有效值。
      • getBatchId

        public String getBatchId()
        Get Batch唯一标识 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BatchId Batch唯一标识 注意:此字段可能返回 null,表示取不到有效值。
      • setBatchId

        public void setBatchId​(String BatchId)
        Set Batch唯一标识 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BatchId - Batch唯一标识 注意:此字段可能返回 null,表示取不到有效值。