Uses of Class
com.tencentcloudapi.dlc.v20210125.models.NotebookSessionStatementInfo
-
Packages that use NotebookSessionStatementInfo Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of NotebookSessionStatementInfo in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return NotebookSessionStatementInfo Modifier and Type Method Description NotebookSessionStatementInfoCreateNotebookSessionStatementResponse. getNotebookSessionStatement()Get Session Statement详情NotebookSessionStatementInfoDescribeNotebookSessionStatementResponse. getNotebookSessionStatement()Get Session Statement详情NotebookSessionStatementInfo[]NotebookSessionStatementBatchInformation. getNotebookSessionStatementBatch()Get 任务详情列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type NotebookSessionStatementInfo Modifier and Type Method Description voidCreateNotebookSessionStatementResponse. setNotebookSessionStatement(NotebookSessionStatementInfo NotebookSessionStatement)Set Session Statement详情voidDescribeNotebookSessionStatementResponse. setNotebookSessionStatement(NotebookSessionStatementInfo NotebookSessionStatement)Set Session Statement详情voidNotebookSessionStatementBatchInformation. setNotebookSessionStatementBatch(NotebookSessionStatementInfo[] NotebookSessionStatementBatch)Set 任务详情列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type NotebookSessionStatementInfo Constructor Description NotebookSessionStatementInfo(NotebookSessionStatementInfo 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.
-