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.8.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(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(String description)
    • name

      public ProcessInstanceVariable name(String name)
    • getName

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

      public void setName(String name)
    • value

      public ProcessInstanceVariable value(String value)
    • getValue

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

      public void setValue(String value)
    • caseId

      public ProcessInstanceVariable caseId(String caseId)
    • getCaseId

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

      public void setCaseId(String caseId)
    • type

      public ProcessInstanceVariable type(String type)
    • getType

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

      public void setType(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