public class MonitorTime extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getTime()
Get 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。
|
String |
getType()
Get 执行周期, 可选值:Period;Fixed。
- Period:固定频率
- Fixed:固定时间
|
void |
setTime(Long Time)
Set 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。
|
void |
setType(String Type)
Set 执行周期, 可选值:Period;Fixed。
- Period:固定频率
- Fixed:固定时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MonitorTime()
public MonitorTime(MonitorTime source)
public String getType()
public void setType(String Type)
Type
- 执行周期, 可选值:Period;Fixed。
- Period:固定频率
- Fixed:固定时间public Long getTime()
public void setTime(Long Time)
Time
- 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。Copyright © 2024. All rights reserved.