Uses of Class
com.tencentcloudapi.cr.v20180321.models.UploadDataJsonRequest
-
Packages that use UploadDataJsonRequest Package Description com.tencentcloudapi.cr.v20180321 com.tencentcloudapi.cr.v20180321.models -
-
Uses of UploadDataJsonRequest in com.tencentcloudapi.cr.v20180321
Methods in com.tencentcloudapi.cr.v20180321 with parameters of type UploadDataJsonRequest Modifier and Type Method Description UploadDataJsonResponseCrClient. UploadDataJson(UploadDataJsonRequest req)上传Json格式数据,接口返回数据任务ID -
Uses of UploadDataJsonRequest in com.tencentcloudapi.cr.v20180321.models
Constructors in com.tencentcloudapi.cr.v20180321.models with parameters of type UploadDataJsonRequest Constructor Description UploadDataJsonRequest(UploadDataJsonRequest 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.
-