Class VariableInputDTO

java.lang.Object
io.camunda.tasklist.generated.model.VariableInputDTO

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-10-29T10:52:23.981575172Z[Etc/UTC]", comments="Generator version: 7.8.0") public class VariableInputDTO extends Object
VariableInputDTO
  • Field Details

  • Constructor Details

    • VariableInputDTO

      public VariableInputDTO()
  • Method Details

    • name

      public VariableInputDTO name(String name)
    • getName

      @Nullable public String getName()
      The name of the variable.
      Returns:
      name
    • setName

      public void setName(String name)
    • value

      public VariableInputDTO value(String value)
    • getValue

      @Nullable public String getValue()
      The value of the variable. When specifying the variable value, it's crucial to maintain consistency with JSON values (serialization for the complex objects such as list) and ensure that strings remain appropriately formatted.
      Returns:
      value
    • setValue

      public void setValue(String value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string