Uses of Class
com.tencentcloudapi.iss.v20230517.models.SubTaskData
-
Packages that use SubTaskData Package Description com.tencentcloudapi.iss.v20230517.models -
-
Uses of SubTaskData in com.tencentcloudapi.iss.v20230517.models
Methods in com.tencentcloudapi.iss.v20230517.models that return SubTaskData Modifier and Type Method Description SubTaskData[]
ListSubTasksData. getList()
Get 子任务列表Methods in com.tencentcloudapi.iss.v20230517.models with parameters of type SubTaskData Modifier and Type Method Description void
ListSubTasksData. setList(SubTaskData[] List)
Set 子任务列表Constructors in com.tencentcloudapi.iss.v20230517.models with parameters of type SubTaskData Constructor Description SubTaskData(SubTaskData 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.
-