Class CancelNotebookSessionStatementBatchRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.CancelNotebookSessionStatementBatchRequest
-
public class CancelNotebookSessionStatementBatchRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CancelNotebookSessionStatementBatchRequest()CancelNotebookSessionStatementBatchRequest(CancelNotebookSessionStatementBatchRequest 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 批任务唯一标识StringgetSessionId()Get Session唯一标识voidsetBatchId(String BatchId)Set 批任务唯一标识voidsetSessionId(String SessionId)Set Session唯一标识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
-
CancelNotebookSessionStatementBatchRequest
public CancelNotebookSessionStatementBatchRequest()
-
CancelNotebookSessionStatementBatchRequest
public CancelNotebookSessionStatementBatchRequest(CancelNotebookSessionStatementBatchRequest 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
-
getSessionId
public String getSessionId()
Get Session唯一标识- Returns:
- SessionId Session唯一标识
-
setSessionId
public void setSessionId(String SessionId)
Set Session唯一标识- Parameters:
SessionId- Session唯一标识
-
getBatchId
public String getBatchId()
Get 批任务唯一标识- Returns:
- BatchId 批任务唯一标识
-
setBatchId
public void setBatchId(String BatchId)
Set 批任务唯一标识- Parameters:
BatchId- 批任务唯一标识
-
-