Class NotebookSessionStatementBatchInformation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.NotebookSessionStatementBatchInformation
-
public class NotebookSessionStatementBatchInformation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBatchId()Get Batch唯一标识 注意:此字段可能返回 null,表示取不到有效值。BooleangetIsAvailable()Get 当前批任务是否运行完成 注意:此字段可能返回 null,表示取不到有效值。NotebookSessionStatementInfo[]getNotebookSessionStatementBatch()Get 任务详情列表 注意:此字段可能返回 null,表示取不到有效值。StringgetSessionId()Get Session唯一标识 注意:此字段可能返回 null,表示取不到有效值。voidsetBatchId(String BatchId)Set Batch唯一标识 注意:此字段可能返回 null,表示取不到有效值。voidsetIsAvailable(Boolean IsAvailable)Set 当前批任务是否运行完成 注意:此字段可能返回 null,表示取不到有效值。voidsetNotebookSessionStatementBatch(NotebookSessionStatementInfo[] NotebookSessionStatementBatch)Set 任务详情列表 注意:此字段可能返回 null,表示取不到有效值。voidsetSessionId(String SessionId)Set Session唯一标识 注意:此字段可能返回 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
-
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,表示取不到有效值。
-
-