public class DayRepeatStrategy extends AbstractModel
header, skipSign
Constructor and Description |
---|
DayRepeatStrategy() |
DayRepeatStrategy(DayRepeatStrategy 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 |
---|---|
String |
getExecuteAtTimeOfDay()
Get Specific time for repetition task execution, such as 01:02:00.
|
Long |
getStep()
Get Executing every Step days.
|
void |
setExecuteAtTimeOfDay(String ExecuteAtTimeOfDay)
Set Specific time for repetition task execution, such as 01:02:00.
|
void |
setStep(Long Step)
Set Executing every Step days.
|
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 DayRepeatStrategy()
public DayRepeatStrategy(DayRepeatStrategy source)
public String getExecuteAtTimeOfDay()
public void setExecuteAtTimeOfDay(String ExecuteAtTimeOfDay)
ExecuteAtTimeOfDay
- Specific time for repetition task execution, such as 01:02:00.public Long getStep()
public void setStep(Long Step)
Step
- Executing every Step days.Copyright © 2025. All rights reserved.