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