Uses of Class
com.tencentcloudapi.tci.v20190318.models.ImageTaskFunction
-
Packages that use ImageTaskFunction Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of ImageTaskFunction in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return ImageTaskFunction Modifier and Type Method Description ImageTaskFunction
SubmitImageTaskPlusRequest. getFunctions()
Get 任务控制选项ImageTaskFunction
SubmitImageTaskRequest. getFunctions()
Get 任务控制选项Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type ImageTaskFunction Modifier and Type Method Description void
SubmitImageTaskPlusRequest. setFunctions(ImageTaskFunction Functions)
Set 任务控制选项void
SubmitImageTaskRequest. setFunctions(ImageTaskFunction Functions)
Set 任务控制选项Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type ImageTaskFunction Constructor Description ImageTaskFunction(ImageTaskFunction 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.
-