public class CronJob extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CronJob() | 
| CronJob(CronJob 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[] | getDays()Get Days in each month for execution
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getEndTime()Get End time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getStartTime()Get Start time
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long[] | getWDays()Get Days of each week for execution
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDays(Long[] Days)Set Days in each month for execution
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEndTime(String EndTime)Set End time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStartTime(String StartTime)Set Start time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setWDays(Long[] WDays)Set Days of each week for execution
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 CronJob()
public CronJob(CronJob source)
public Long[] getDays()
public void setDays(Long[] Days)
Days - Days in each month for execution
Note: This field may return null, indicating that no valid values can be obtained.public Long[] getWDays()
public void setWDays(Long[] WDays)
WDays - Days of each week for execution
Note: This field may return null, indicating that no valid values can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time
Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.