Uses of Class
com.tencentcloudapi.cls.v20201016.models.MonitorTime
-
Packages that use MonitorTime Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of MonitorTime in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return MonitorTime Modifier and Type Method Description MonitorTimeAlarmInfo. getMonitorTime()Get 监控任务运行时间点。MonitorTimeCreateAlarmRequest. getMonitorTime()Get 监控任务运行时间点。MonitorTimeModifyAlarmRequest. getMonitorTime()Get 监控任务运行时间点。Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type MonitorTime Modifier and Type Method Description voidAlarmInfo. setMonitorTime(MonitorTime MonitorTime)Set 监控任务运行时间点。voidCreateAlarmRequest. setMonitorTime(MonitorTime MonitorTime)Set 监控任务运行时间点。voidModifyAlarmRequest. setMonitorTime(MonitorTime MonitorTime)Set 监控任务运行时间点。Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type MonitorTime Constructor Description MonitorTime(MonitorTime 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.
-