public class NotebookSessionStatementBatchInformation extends AbstractModel
header, skipSign
Constructor and Description |
---|
NotebookSessionStatementBatchInformation() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBatchId()
Get Batch唯一标识
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsAvailable()
Get 当前批任务是否运行完成
注意:此字段可能返回 null,表示取不到有效值。
|
NotebookSessionStatementInfo[] |
getNotebookSessionStatementBatch()
Get 任务详情列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSessionId()
Get Session唯一标识
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBatchId(String BatchId)
Set Batch唯一标识
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsAvailable(Boolean IsAvailable)
Set 当前批任务是否运行完成
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNotebookSessionStatementBatch(NotebookSessionStatementInfo[] NotebookSessionStatementBatch)
Set 任务详情列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSessionId(String SessionId)
Set Session唯一标识
注意:此字段可能返回 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 NotebookSessionStatementBatchInformation()
public NotebookSessionStatementBatchInformation(NotebookSessionStatementBatchInformation source)
public NotebookSessionStatementInfo[] getNotebookSessionStatementBatch()
public void setNotebookSessionStatementBatch(NotebookSessionStatementInfo[] NotebookSessionStatementBatch)
NotebookSessionStatementBatch
- 任务详情列表
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsAvailable()
public void setIsAvailable(Boolean IsAvailable)
IsAvailable
- 当前批任务是否运行完成
注意:此字段可能返回 null,表示取不到有效值。public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- Session唯一标识
注意:此字段可能返回 null,表示取不到有效值。public String getBatchId()
public void setBatchId(String BatchId)
BatchId
- Batch唯一标识
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.