public class JobDateTime extends AbstractModel
header, skipSign
Constructor and Description |
---|
JobDateTime() |
JobDateTime(JobDateTime 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 |
---|---|
CronJob[] |
getCron()
Get 周期执行的时间参数
|
TimedJob[] |
getTimed()
Get 定时执行的时间参数
|
String |
getTimeTZone()
Get 时区
|
void |
setCron(CronJob[] Cron)
Set 周期执行的时间参数
|
void |
setTimed(TimedJob[] Timed)
Set 定时执行的时间参数
|
void |
setTimeTZone(String TimeTZone)
Set 时区
|
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 JobDateTime()
public JobDateTime(JobDateTime source)
public TimedJob[] getTimed()
public void setTimed(TimedJob[] Timed)
Timed
- 定时执行的时间参数public CronJob[] getCron()
public void setCron(CronJob[] Cron)
Cron
- 周期执行的时间参数public String getTimeTZone()
public void setTimeTZone(String TimeTZone)
TimeTZone
- 时区Copyright © 2024. All rights reserved.