Uses of Class
com.tencentcloudapi.cii.v20210408.models.ReviewDataTaskInfo
-
Packages that use ReviewDataTaskInfo Package Description com.tencentcloudapi.cii.v20210408.models -
-
Uses of ReviewDataTaskInfo in com.tencentcloudapi.cii.v20210408.models
Methods in com.tencentcloudapi.cii.v20210408.models that return ReviewDataTaskInfo Modifier and Type Method Description ReviewDataTaskInfo[]DescribeStructCompareDataResponse. getAllTasks()Get 所有的子任务Methods in com.tencentcloudapi.cii.v20210408.models with parameters of type ReviewDataTaskInfo Modifier and Type Method Description voidDescribeStructCompareDataResponse. setAllTasks(ReviewDataTaskInfo[] AllTasks)Set 所有的子任务Constructors in com.tencentcloudapi.cii.v20210408.models with parameters of type ReviewDataTaskInfo Constructor Description ReviewDataTaskInfo(ReviewDataTaskInfo 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.
-