Uses of Class
com.tencentcloudapi.bm.v20180423.models.TaskOperationLog
-
Packages that use TaskOperationLog Package Description com.tencentcloudapi.bm.v20180423.models -
-
Uses of TaskOperationLog in com.tencentcloudapi.bm.v20180423.models
Methods in com.tencentcloudapi.bm.v20180423.models that return TaskOperationLog Modifier and Type Method Description TaskOperationLog[]DescribeTaskOperationLogResponse. getTaskOperationLogSet()Get 操作日志Methods in com.tencentcloudapi.bm.v20180423.models with parameters of type TaskOperationLog Modifier and Type Method Description voidDescribeTaskOperationLogResponse. setTaskOperationLogSet(TaskOperationLog[] TaskOperationLogSet)Set 操作日志Constructors in com.tencentcloudapi.bm.v20180423.models with parameters of type TaskOperationLog Constructor Description TaskOperationLog(TaskOperationLog 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.
-