public class WeekRepeatStrategy extends AbstractModel
header, skipSign
Constructor and Description |
---|
WeekRepeatStrategy() |
WeekRepeatStrategy(WeekRepeatStrategy 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[] |
getDaysOfWeek()
Get Ordinal number description of the day of a week, for example, [1,3,4] indicates Monday, Wednesday, and Thursday.
|
String |
getExecuteAtTimeOfDay()
Get Specific time for repetition task execution, such as 01:02:00.
|
void |
setDaysOfWeek(Long[] DaysOfWeek)
Set Ordinal number description of the day of a week, for example, [1,3,4] indicates Monday, Wednesday, and Thursday.
|
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, toJsonString
public WeekRepeatStrategy()
public WeekRepeatStrategy(WeekRepeatStrategy source)
public String getExecuteAtTimeOfDay()
public void setExecuteAtTimeOfDay(String ExecuteAtTimeOfDay)
ExecuteAtTimeOfDay
- Specific time for repetition task execution, such as 01:02:00.public Long[] getDaysOfWeek()
public void setDaysOfWeek(Long[] DaysOfWeek)
DaysOfWeek
- Ordinal number description of the day of a week, for example, [1,3,4] indicates Monday, Wednesday, and Thursday.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.