Class CreateNotebookSessionStatementSupportBatchSQLRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.CreateNotebookSessionStatementSupportBatchSQLRequest
-
public class CreateNotebookSessionStatementSupportBatchSQLRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateNotebookSessionStatementSupportBatchSQLRequest()
CreateNotebookSessionStatementSupportBatchSQLRequest(CreateNotebookSessionStatementSupportBatchSQLRequest 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 String
getCode()
Get 执行的代码String
getKind()
Get 类型,当前支持:sqlBoolean
getSaveResult()
Get 是否保存运行结果String
getSessionId()
Get Session唯一标识void
setCode(String Code)
Set 执行的代码void
setKind(String Kind)
Set 类型,当前支持:sqlvoid
setSaveResult(Boolean SaveResult)
Set 是否保存运行结果void
setSessionId(String SessionId)
Set Session唯一标识void
toMap(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
-
CreateNotebookSessionStatementSupportBatchSQLRequest
public CreateNotebookSessionStatementSupportBatchSQLRequest()
-
CreateNotebookSessionStatementSupportBatchSQLRequest
public CreateNotebookSessionStatementSupportBatchSQLRequest(CreateNotebookSessionStatementSupportBatchSQLRequest 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唯一标识
-
getCode
public String getCode()
Get 执行的代码- Returns:
- Code 执行的代码
-
setCode
public void setCode(String Code)
Set 执行的代码- Parameters:
Code
- 执行的代码
-
getKind
public String getKind()
Get 类型,当前支持:sql- Returns:
- Kind 类型,当前支持:sql
-
setKind
public void setKind(String Kind)
Set 类型,当前支持:sql- Parameters:
Kind
- 类型,当前支持:sql
-
getSaveResult
public Boolean getSaveResult()
Get 是否保存运行结果- Returns:
- SaveResult 是否保存运行结果
-
setSaveResult
public void setSaveResult(Boolean SaveResult)
Set 是否保存运行结果- Parameters:
SaveResult
- 是否保存运行结果
-
-