Uses of Class
com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRespData
-
Packages that use CreateVRSTaskRespData Package Description com.tencentcloudapi.vrs.v20200824.models -
-
Uses of CreateVRSTaskRespData in com.tencentcloudapi.vrs.v20200824.models
Methods in com.tencentcloudapi.vrs.v20200824.models that return CreateVRSTaskRespData Modifier and Type Method Description CreateVRSTaskRespDataCreateVRSTaskResponse. getData()Get 创建任务结果Methods in com.tencentcloudapi.vrs.v20200824.models with parameters of type CreateVRSTaskRespData Modifier and Type Method Description voidCreateVRSTaskResponse. setData(CreateVRSTaskRespData Data)Set 创建任务结果Constructors in com.tencentcloudapi.vrs.v20200824.models with parameters of type CreateVRSTaskRespData Constructor Description CreateVRSTaskRespData(CreateVRSTaskRespData 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.
-