public class Task extends MorpheusModel
| Modifier and Type | Field and Description |
|---|---|
Account |
account |
java.lang.Boolean |
allowCustomConfig |
java.lang.String |
code |
java.util.Date |
dateCreated |
java.lang.String |
executeTarget |
java.util.Date |
lastUpdated |
java.lang.String |
name |
java.util.List<OptionType> |
optionTypes |
java.lang.String |
resultType |
java.lang.Boolean |
retryable |
java.lang.Integer |
retryCount |
java.lang.Integer |
retryDelaySeconds |
java.util.List<TaskOption> |
taskOptions |
TaskType |
taskType |
java.lang.String |
uuid |
config, id| Constructor and Description |
|---|
Task() |
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, markClean, markDirty, setConfig, setConfigMap, setIdpublic Account account
public java.lang.String name
public java.lang.String code
public java.lang.String resultType
public TaskType taskType
public java.lang.Boolean retryable
public java.lang.Integer retryCount
public java.lang.Integer retryDelaySeconds
public java.util.Date dateCreated
public java.util.Date lastUpdated
public java.lang.String uuid
public java.lang.String executeTarget
public java.util.List<OptionType> optionTypes
public java.lang.Boolean allowCustomConfig
public java.util.List<TaskOption> taskOptions