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 parameters for periodic execution
Note: This field may return null, indicating that no valid values can be obtained. | 
| TimedJob[] | getTimed()Get Time parameters for scheduled execution
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getTimeTZone()Get Time zone
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCron(CronJob[] Cron)Set Time parameters for periodic execution
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTimed(TimedJob[] Timed)Set Time parameters for scheduled execution
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTimeTZone(String TimeTZone)Set Time zone
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic JobDateTime()
public JobDateTime(JobDateTime source)
public TimedJob[] getTimed()
public void setTimed(TimedJob[] Timed)
Timed - Time parameters for scheduled execution
Note: This field may return null, indicating that no valid values can be obtained.public CronJob[] getCron()
public void setCron(CronJob[] Cron)
Cron - Time parameters for periodic execution
Note: This field may return null, indicating that no valid values can be obtained.public String getTimeTZone()
public void setTimeTZone(String TimeTZone)
TimeTZone - Time zone
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.