Uses of Class
com.tencentcloudapi.tione.v20211111.models.NotebookImageRecord
-
Packages that use NotebookImageRecord Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of NotebookImageRecord in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return NotebookImageRecord Modifier and Type Method Description NotebookImageRecord[]DescribeNotebookImageRecordsResponse. getNotebookImageRecords()Get 镜像保存记录Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type NotebookImageRecord Modifier and Type Method Description voidDescribeNotebookImageRecordsResponse. setNotebookImageRecords(NotebookImageRecord[] NotebookImageRecords)Set 镜像保存记录Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type NotebookImageRecord Constructor Description NotebookImageRecord(NotebookImageRecord 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.
-