Uses of Class
com.tencentcloudapi.tmt.v20180321.models.Task
-
Packages that use Task Package Description com.tencentcloudapi.tmt.v20180321.models -
-
Uses of Task in com.tencentcloudapi.tmt.v20180321.models
Methods in com.tencentcloudapi.tmt.v20180321.models that return Task Modifier and Type Method Description Task
FileTranslateResponse. getData()
Get 文件翻译的请求返回结果,包含结果查询需要的TaskIdMethods in com.tencentcloudapi.tmt.v20180321.models with parameters of type Task Modifier and Type Method Description void
FileTranslateResponse. setData(Task Data)
Set 文件翻译的请求返回结果,包含结果查询需要的TaskIdConstructors in com.tencentcloudapi.tmt.v20180321.models with parameters of type Task Constructor Description Task(Task 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.
-