public class CrontabResumeSuspendStrategy extends AbstractModel
header, skipSign
Constructor and Description |
---|
CrontabResumeSuspendStrategy() |
CrontabResumeSuspendStrategy(CrontabResumeSuspendStrategy 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 |
getResumeTime()
Get 定时拉起时间:如:周一&周三8点
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSuspendStrategy()
Get 挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSuspendTime()
Get 定时挂起时间:如:周一&周三20点
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResumeTime(String ResumeTime)
Set 定时拉起时间:如:周一&周三8点
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSuspendStrategy(Long SuspendStrategy)
Set 挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSuspendTime(String SuspendTime)
Set 定时挂起时间:如:周一&周三20点
注意:此字段可能返回 null,表示取不到有效值。
|
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 CrontabResumeSuspendStrategy()
public CrontabResumeSuspendStrategy(CrontabResumeSuspendStrategy source)
public String getResumeTime()
public void setResumeTime(String ResumeTime)
ResumeTime
- 定时拉起时间:如:周一&周三8点
注意:此字段可能返回 null,表示取不到有效值。public String getSuspendTime()
public void setSuspendTime(String SuspendTime)
SuspendTime
- 定时挂起时间:如:周一&周三20点
注意:此字段可能返回 null,表示取不到有效值。public Long getSuspendStrategy()
public void setSuspendStrategy(Long SuspendStrategy)
SuspendStrategy
- 挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.