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 每月中的天数时间段描述,长度只能为2,例如[2,10]表示每月2-10号。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getExecuteAtTimeOfDay()Get 重复任务执行的具体时刻,例如"01:02:00" | 
| void | setDaysOfMonthRange(Long[] DaysOfMonthRange)Set 每月中的天数时间段描述,长度只能为2,例如[2,10]表示每月2-10号。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setExecuteAtTimeOfDay(String ExecuteAtTimeOfDay)Set 重复任务执行的具体时刻,例如"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 - 重复任务执行的具体时刻,例如"01:02:00"public Long[] getDaysOfMonthRange()
public void setDaysOfMonthRange(Long[] DaysOfMonthRange)
DaysOfMonthRange - 每月中的天数时间段描述,长度只能为2,例如[2,10]表示每月2-10号。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.