Class ProcessInstanceVariable

java.lang.Object
org.bonitasoft.web.client.model.ProcessInstanceVariable
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class ProcessInstanceVariable extends Object implements Serializable
A process instance variable
See Also:
  • Field Details

  • Constructor Details

    • ProcessInstanceVariable

      public ProcessInstanceVariable()
  • Method Details

    • description

      public ProcessInstanceVariable description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      Detailed description of the process instance variable, as set in the definition at design-time
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable String description)
    • name

      public ProcessInstanceVariable name(@Nullable String name)
    • getName

      @Nullable public String getName()
      name of the variable in the process instance
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • value

      public ProcessInstanceVariable value(@Nullable String value)
    • getValue

      @Nullable public String getValue()
      the current value of the process instance variable
      Returns:
      value
    • setValue

      public void setValue(@Nullable String value)
    • caseId

      public ProcessInstanceVariable caseId(@Nullable String caseId)
    • getCaseId

      @Nullable public String getCaseId()
      ID of the process instance this variable belongs to
      Returns:
      caseId
    • setCaseId

      public void setCaseId(@Nullable String caseId)
    • type

      public ProcessInstanceVariable type(@Nullable String type)
    • getType

      @Nullable public String getType()
      the Java type of the variable
      Returns:
      type
    • setType

      public void setType(@Nullable String type)
    • 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