Uses of Class
com.tencentcloudapi.bda.v20200324.models.DescribeSegmentationTaskResponse
-
Packages that use DescribeSegmentationTaskResponse Package Description com.tencentcloudapi.bda.v20200324 com.tencentcloudapi.bda.v20200324.models -
-
Uses of DescribeSegmentationTaskResponse in com.tencentcloudapi.bda.v20200324
Methods in com.tencentcloudapi.bda.v20200324 that return DescribeSegmentationTaskResponse Modifier and Type Method Description DescribeSegmentationTaskResponse
BdaClient. DescribeSegmentationTask(DescribeSegmentationTaskRequest req)
可以查看单条任务的处理情况,包括处理状态,处理结果。 -
Uses of DescribeSegmentationTaskResponse in com.tencentcloudapi.bda.v20200324.models
Constructors in com.tencentcloudapi.bda.v20200324.models with parameters of type DescribeSegmentationTaskResponse Constructor Description DescribeSegmentationTaskResponse(DescribeSegmentationTaskResponse 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.
-