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 ImageTaskFunctionSubmitImageTaskPlusRequest. getFunctions()Get 任务控制选项ImageTaskFunctionSubmitImageTaskRequest. getFunctions()Get 任务控制选项Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type ImageTaskFunction Modifier and Type Method Description voidSubmitImageTaskPlusRequest. setFunctions(ImageTaskFunction Functions)Set 任务控制选项voidSubmitImageTaskRequest. 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.
-