Uses of Class
com.tencentcloudapi.dlc.v20210125.models.NotebookSessionInfo
-
Packages that use NotebookSessionInfo Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of NotebookSessionInfo in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return NotebookSessionInfo Modifier and Type Method Description NotebookSessionInfoDescribeNotebookSessionResponse. getSession()Get Session详情信息Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type NotebookSessionInfo Modifier and Type Method Description voidDescribeNotebookSessionResponse. setSession(NotebookSessionInfo Session)Set Session详情信息Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type NotebookSessionInfo Constructor Description NotebookSessionInfo(NotebookSessionInfo 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.
-