Class Variable

java.lang.Object
io.camunda.tasklist.dto.Variable

public class Variable extends Object
  • Constructor Details

    • Variable

      public Variable()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getType

      public VariableType getType()
    • setType

      public void setType(VariableType type)