Package com.morpheusdata.model
Class TaskOption
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.TaskOption
-
Field Summary
Modifier and TypeFieldDescriptionprotected FileContent
protected OptionType
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUuid()
getValue()
void
setContent
(FileContent content) void
setOptionType
(OptionType optionType) void
void
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
optionType
-
-
value
-
uuid
-
-
Constructor Details
-
TaskOption
public TaskOption()
-
-
Method Details
-
getOptionType
-
setOptionType
-
getValue
-
setValue
-
getUuid
-
setUuid
-
getContent
-
setContent
-