Uses of Class
com.tencentcloudapi.ump.v20200918.models.TaskContent
-
Packages that use TaskContent Package Description com.tencentcloudapi.ump.v20200918.models -
-
Uses of TaskContent in com.tencentcloudapi.ump.v20200918.models
Methods in com.tencentcloudapi.ump.v20200918.models that return TaskContent Modifier and Type Method Description TaskContent
Task. getTaskContent()
Get 任务内容Methods in com.tencentcloudapi.ump.v20200918.models with parameters of type TaskContent Modifier and Type Method Description void
Task. setTaskContent(TaskContent TaskContent)
Set 任务内容Constructors in com.tencentcloudapi.ump.v20200918.models with parameters of type TaskContent Constructor Description TaskContent(TaskContent 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.
-