Uses of Class
com.tencentcloudapi.cfg.v20210820.models.TaskReportInfo
-
Packages that use TaskReportInfo Package Description com.tencentcloudapi.cfg.v20210820.models -
-
Uses of TaskReportInfo in com.tencentcloudapi.cfg.v20210820.models
Methods in com.tencentcloudapi.cfg.v20210820.models that return TaskReportInfo Modifier and Type Method Description TaskReportInfoDescribeTaskResponse. getReportInfo()Get 任务对应的演练报告信息,null表示未导出报告 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskReportInfo Modifier and Type Method Description voidDescribeTaskResponse. setReportInfo(TaskReportInfo ReportInfo)Set 任务对应的演练报告信息,null表示未导出报告 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskReportInfo Constructor Description TaskReportInfo(TaskReportInfo 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.
-