Class ArchivedActivityVariable

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class ArchivedActivityVariable extends Object implements Serializable
This resource enables you to retrieve the value of a specific archived variable name for a specific case (or process instance). Only persistent variables are concerned by this resource, not transient variables.
See Also:
  • Field Details

  • Constructor Details

    • ArchivedActivityVariable

      public ArchivedActivityVariable()
  • Method Details

    • name

      public ArchivedActivityVariable name(@Nullable String name)
    • getName

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

      public void setName(@Nullable String name)
    • description

      public ArchivedActivityVariable description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      The description of the variable if any
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable String description)
    • type

      public ArchivedActivityVariable 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)
    • containerId

      public ArchivedActivityVariable containerId(@Nullable String containerId)
    • getContainerId

      @Nullable public String getContainerId()
      The ID of the activity containing this variable (same as the one passed as parameter)
      Returns:
      containerId
    • setContainerId

      public void setContainerId(@Nullable String containerId)
    • containerType

      public ArchivedActivityVariable containerType(@Nullable String containerType)
    • getContainerType

      @Nullable public String getContainerType()
      ACTIVITY_INSTANCE
      Returns:
      containerType
    • setContainerType

      public void setContainerType(@Nullable String containerType)
    • value

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

      @Nullable public String getSourcedObjectId()
      The id of the activity 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