public class MonthRepeatStrategy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MonthRepeatStrategy()  | 
MonthRepeatStrategy(MonthRepeatStrategy 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[] | 
getDaysOfMonthRange()
Get Description of time period in days of the month. 
 | 
String | 
getExecuteAtTimeOfDay()
Get Specific time for repetition task execution, such as 01:02:00. 
 | 
void | 
setDaysOfMonthRange(Long[] DaysOfMonthRange)
Set Description of time period in days of the month. 
 | 
void | 
setExecuteAtTimeOfDay(String ExecuteAtTimeOfDay)
Set Specific time for repetition task execution, such as 01:02:00. 
 | 
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 MonthRepeatStrategy()
public MonthRepeatStrategy(MonthRepeatStrategy source)
public String getExecuteAtTimeOfDay()
public void setExecuteAtTimeOfDay(String ExecuteAtTimeOfDay)
ExecuteAtTimeOfDay - Specific time for repetition task execution, such as 01:02:00.public Long[] getDaysOfMonthRange()
public void setDaysOfMonthRange(Long[] DaysOfMonthRange)
DaysOfMonthRange - Description of time period in days of the month. The length must be 2. For example, [2,10] indicates from the 2nd day to the 10th day every month.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.