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