Uses of Class
com.tencentcloudapi.bm.v20180423.models.FailedTaskInfo
-
Packages that use FailedTaskInfo Package Description com.tencentcloudapi.bm.v20180423.models -
-
Uses of FailedTaskInfo in com.tencentcloudapi.bm.v20180423.models
Methods in com.tencentcloudapi.bm.v20180423.models that return FailedTaskInfo Modifier and Type Method Description FailedTaskInfo[]RunUserCmdResponse. getFailedTaskInfoSet()Get 运行失败的任务信息列表Methods in com.tencentcloudapi.bm.v20180423.models with parameters of type FailedTaskInfo Modifier and Type Method Description voidRunUserCmdResponse. setFailedTaskInfoSet(FailedTaskInfo[] FailedTaskInfoSet)Set 运行失败的任务信息列表Constructors in com.tencentcloudapi.bm.v20180423.models with parameters of type FailedTaskInfo Constructor Description FailedTaskInfo(FailedTaskInfo 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.
-