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 Time parameter for periodic execution. 
 | 
TimedJob[] | 
getTimed()
Get Time parameter for scheduled execution. 
 | 
String | 
getTimeTZone()
Get Specifies the time zone. 
 | 
void | 
setCron(CronJob[] Cron)
Set Time parameter for periodic execution. 
 | 
void | 
setTimed(TimedJob[] Timed)
Set Time parameter for scheduled execution. 
 | 
void | 
setTimeTZone(String TimeTZone)
Set Specifies the time zone. 
 | 
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, toJsonStringpublic JobDateTime()
public JobDateTime(JobDateTime source)
public TimedJob[] getTimed()
public void setTimed(TimedJob[] Timed)
Timed - Time parameter for scheduled execution.public CronJob[] getCron()
public void setCron(CronJob[] Cron)
Cron - Time parameter for periodic execution.public String getTimeTZone()
public void setTimeTZone(String TimeTZone)
TimeTZone - Specifies the time zone.Copyright © 2025. All rights reserved.