Class TaskOption

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.TaskOption

public class TaskOption extends MorpheusModel
  • Field Details

  • Constructor Details

    • TaskOption

      public TaskOption()
  • Method Details

    • getOptionType

      public OptionType getOptionType()
    • setOptionType

      public void setOptionType(OptionType optionType)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getUuid

      public String getUuid()
    • setUuid

      public void setUuid(String uuid)
    • getContent

      public FileContent getContent()
    • setContent

      public void setContent(FileContent content)