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 重复任务执行的具体时刻,例如"01:02:00" | 
| Long | getStep()Get 每隔Step天执行一次 | 
| void | setExecuteAtTimeOfDay(String ExecuteAtTimeOfDay)Set 重复任务执行的具体时刻,例如"01:02:00" | 
| void | setStep(Long Step)Set 每隔Step天执行一次 | 
| 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 DayRepeatStrategy()
public DayRepeatStrategy(DayRepeatStrategy source)
public String getExecuteAtTimeOfDay()
public void setExecuteAtTimeOfDay(String ExecuteAtTimeOfDay)
ExecuteAtTimeOfDay - 重复任务执行的具体时刻,例如"01:02:00"public Long getStep()
public void setStep(Long Step)
Step - 每隔Step天执行一次Copyright © 2025. All rights reserved.