Uses of Class
com.tencentcloudapi.wedata.v20210820.models.CreateIntegrationTaskResponse
-
Packages that use CreateIntegrationTaskResponse Package Description com.tencentcloudapi.wedata.v20210820 com.tencentcloudapi.wedata.v20210820.models -
-
Uses of CreateIntegrationTaskResponse in com.tencentcloudapi.wedata.v20210820
Methods in com.tencentcloudapi.wedata.v20210820 that return CreateIntegrationTaskResponse Modifier and Type Method Description CreateIntegrationTaskResponseWedataClient. CreateIntegrationTask(CreateIntegrationTaskRequest req)创建集成任务 -
Uses of CreateIntegrationTaskResponse in com.tencentcloudapi.wedata.v20210820.models
Constructors in com.tencentcloudapi.wedata.v20210820.models with parameters of type CreateIntegrationTaskResponse Constructor Description CreateIntegrationTaskResponse(CreateIntegrationTaskResponse 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.
-