Uses of Class
com.tencentcloudapi.tsf.v20180326.models.TaskLastExecuteStatus
-
Packages that use TaskLastExecuteStatus Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of TaskLastExecuteStatus in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return TaskLastExecuteStatus Modifier and Type Method Description TaskLastExecuteStatusDescribeTaskLastStatusResponse. getResult()Get 任务上一次执行状态Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type TaskLastExecuteStatus Modifier and Type Method Description voidDescribeTaskLastStatusResponse. setResult(TaskLastExecuteStatus Result)Set 任务上一次执行状态Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type TaskLastExecuteStatus Constructor Description TaskLastExecuteStatus(TaskLastExecuteStatus 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.
-