Uses of Class
com.tencentcloudapi.ccc.v20200210.models.AutoCalloutTaskInfo
-
Packages that use AutoCalloutTaskInfo Package Description com.tencentcloudapi.ccc.v20200210.models -
-
Uses of AutoCalloutTaskInfo in com.tencentcloudapi.ccc.v20200210.models
Methods in com.tencentcloudapi.ccc.v20200210.models that return AutoCalloutTaskInfo Modifier and Type Method Description AutoCalloutTaskInfo[]DescribeAutoCalloutTasksResponse. getTasks()Get 任务列表Methods in com.tencentcloudapi.ccc.v20200210.models with parameters of type AutoCalloutTaskInfo Modifier and Type Method Description voidDescribeAutoCalloutTasksResponse. setTasks(AutoCalloutTaskInfo[] Tasks)Set 任务列表Constructors in com.tencentcloudapi.ccc.v20200210.models with parameters of type AutoCalloutTaskInfo Constructor Description AutoCalloutTaskInfo(AutoCalloutTaskInfo 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.
-