Class ArchivedProcessInstanceVariable

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class ArchivedProcessInstanceVariable extends Object implements Serializable
An archived case variable
See Also:
  • Field Details

  • Constructor Details

    • ArchivedProcessInstanceVariable

      public ArchivedProcessInstanceVariable()
  • Method Details

    • name

      public ArchivedProcessInstanceVariable name(@Nullable String name)
    • getName

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

      public void setName(@Nullable String name)
    • description

      public ArchivedProcessInstanceVariable description(@Nullable String description)
    • getDescription

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

      public void setDescription(@Nullable String description)
    • type

      public ArchivedProcessInstanceVariable type(@Nullable String type)
    • getType

      @Nullable public String getType()
      The fully qualified class name of the variable type
      Returns:
      type
    • setType

      public void setType(@Nullable String type)
    • caseId

      public ArchivedProcessInstanceVariable caseId(@Nullable String caseId)
    • getCaseId

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

      public void setCaseId(@Nullable String caseId)
    • value

      public ArchivedProcessInstanceVariable value(@Nullable String value)
    • getValue

      @Nullable public String getValue()
      the value of this variable. The format of the value depends on the type of the variable
      Returns:
      value
    • setValue

      public void setValue(@Nullable String value)
    • archivedDate

      public ArchivedProcessInstanceVariable archivedDate(@Nullable String archivedDate)
    • getArchivedDate

      @Nullable public String getArchivedDate()
      The date when this variable was archived. The date format is yyyy-MM-dd HH:mm:ss.SSS
      Returns:
      archivedDate
    • setArchivedDate

      public void setArchivedDate(@Nullable String archivedDate)
    • sourcedObjectId

      public ArchivedProcessInstanceVariable sourcedObjectId(@Nullable String sourcedObjectId)
    • getSourcedObjectId

      @Nullable public String getSourcedObjectId()
      The id of the variable before it was archived
      Returns:
      sourcedObjectId
    • setSourcedObjectId

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