Class MonitorTime
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.MonitorTime
-
public class MonitorTime extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MonitorTime()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetTime()Get 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。StringgetType()Get 可选值:
Period - 周期执行
Fixed - 定期执行voidsetTime(Long Time)Set 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。voidsetType(String Type)Set 可选值:
Period - 周期执行
Fixed - 定期执行voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MonitorTime
public MonitorTime()
-
MonitorTime
public 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.
-
-
Method Detail
-
getType
public String getType()
Get 可选值:- Period - 周期执行
- Fixed - 定期执行
- Returns:
- Type 可选值:
- Period - 周期执行
- Fixed - 定期执行
- Period - 周期执行
- Period - 周期执行
-
setType
public void setType(String Type)
Set 可选值:- Period - 周期执行
- Fixed - 定期执行
- Parameters:
Type- 可选值:- Period - 周期执行
- Fixed - 定期执行
- Period - 周期执行
- Period - 周期执行
-
getTime
public Long getTime()
Get 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。- Returns:
- Time 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。
-
setTime
public void setTime(Long Time)
Set 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。- Parameters:
Time- 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。
-
-