Uses of Class
com.tencentcloudapi.iotcloud.v20180614.models.Task
-
Packages that use Task Package Description com.tencentcloudapi.iotcloud.v20180614.models -
-
Uses of Task in com.tencentcloudapi.iotcloud.v20180614.models
Methods in com.tencentcloudapi.iotcloud.v20180614.models that return Task Modifier and Type Method Description TaskCreateTaskRequest. getTasks()Get 任务描述细节,描述见下 TaskMethods in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type Task Modifier and Type Method Description voidCreateTaskRequest. setTasks(Task Tasks)Set 任务描述细节,描述见下 TaskConstructors in com.tencentcloudapi.iotcloud.v20180614.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.
-