public class CronJob extends AbstractModel
header, skipSign
Constructor and Description |
---|
CronJob() |
CronJob(CronJob 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 |
getConcurrencyPolicy()
Get job并行策略(Allow|Forbid|Replace)
|
Job |
getJob()
Get Job配置
|
String |
getSchedule()
Get 调度配置
|
Long |
getStartingDeadlineSeconds()
Get 运行时间
|
void |
setConcurrencyPolicy(String ConcurrencyPolicy)
Set job并行策略(Allow|Forbid|Replace)
|
void |
setJob(Job Job)
Set Job配置
|
void |
setSchedule(String Schedule)
Set 调度配置
|
void |
setStartingDeadlineSeconds(Long StartingDeadlineSeconds)
Set 运行时间
|
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 CronJob()
public CronJob(CronJob source)
public String getSchedule()
public void setSchedule(String Schedule)
Schedule
- 调度配置public Long getStartingDeadlineSeconds()
public void setStartingDeadlineSeconds(Long StartingDeadlineSeconds)
StartingDeadlineSeconds
- 运行时间public String getConcurrencyPolicy()
public void setConcurrencyPolicy(String ConcurrencyPolicy)
ConcurrencyPolicy
- job并行策略(Allow|Forbid|Replace)public Job getJob()
public void setJob(Job Job)
Job
- Job配置Copyright © 2024. All rights reserved.