Uses of Class
com.tencentcloudapi.cfg.v20210820.models.TaskMonitor
-
Packages that use TaskMonitor Package Description com.tencentcloudapi.cfg.v20210820.models -
-
Uses of TaskMonitor in com.tencentcloudapi.cfg.v20210820.models
Methods in com.tencentcloudapi.cfg.v20210820.models that return TaskMonitor Modifier and Type Method Description TaskMonitor[]Task. getTaskMonitors()Get 监控指标列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskMonitor Modifier and Type Method Description voidTask. setTaskMonitors(TaskMonitor[] TaskMonitors)Set 监控指标列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskMonitor Constructor Description TaskMonitor(TaskMonitor 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.
-