Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.BackupDownloadTask
-
Packages that use BackupDownloadTask Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of BackupDownloadTask in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return BackupDownloadTask Modifier and Type Method Description BackupDownloadTask[]
DescribeBackupDownloadTaskResponse. getTasks()
Get 下载任务列表Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type BackupDownloadTask Modifier and Type Method Description void
DescribeBackupDownloadTaskResponse. setTasks(BackupDownloadTask[] Tasks)
Set 下载任务列表Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type BackupDownloadTask Constructor Description BackupDownloadTask(BackupDownloadTask 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.
-