Uses of Class
com.tencentcloudapi.msp.v20180319.models.Task
-
Packages that use Task Package Description com.tencentcloudapi.msp.v20180319.models -
-
Uses of Task in com.tencentcloudapi.msp.v20180319.models
Methods in com.tencentcloudapi.msp.v20180319.models that return Task Modifier and Type Method Description Task[]
ListMigrationTaskResponse. getTasks()
Get 迁移任务列表Methods in com.tencentcloudapi.msp.v20180319.models with parameters of type Task Modifier and Type Method Description void
ListMigrationTaskResponse. setTasks(Task[] Tasks)
Set 迁移任务列表Constructors in com.tencentcloudapi.msp.v20180319.models with parameters of type Task Constructor Description Task(Task 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.
-