Uses of Class
com.tencentcloudapi.dlc.v20210125.models.NotebookSessions
-
Packages that use NotebookSessions Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of NotebookSessions in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return NotebookSessions Modifier and Type Method Description NotebookSessions[]DescribeNotebookSessionsResponse. getSessions()Get session列表信息Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type NotebookSessions Modifier and Type Method Description voidDescribeNotebookSessionsResponse. setSessions(NotebookSessions[] Sessions)Set session列表信息Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type NotebookSessions Constructor Description NotebookSessions(NotebookSessions 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.
-