Package org.bonitasoft.web.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchivedDate(String archivedDate) containerId(String containerId) containerType(String containerType) description(String description) booleanThe date when this variable was archived.The ID of the activity containing this variable (same as the one passed as parameter)ACTIVITY_INSTANCEThe description of the variable if anygetName()The name of the archived activity variableThe id of the activity variable before it was archivedgetType()The fully qualified class name of the variable typegetValue()the value of this variable.inthashCode()voidsetArchivedDate(String archivedDate) voidsetContainerId(String containerId) voidsetContainerType(String containerType) voidsetDescription(String description) voidvoidsetSourcedObjectId(String sourcedObjectId) voidvoidsourcedObjectId(String sourcedObjectId) toString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_CONTAINER_ID
- See Also:
-
JSON_PROPERTY_CONTAINER_TYPE
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_ARCHIVED_DATE
- See Also:
-
JSON_PROPERTY_SOURCED_OBJECT_ID
- See Also:
-
-
Constructor Details
-
ArchivedActivityVariable
public ArchivedActivityVariable()
-
-
Method Details
-
name
-
getName
The name of the archived activity variable- Returns:
- name
-
setName
-
description
-
getDescription
The description of the variable if any- Returns:
- description
-
setDescription
-
type
-
getType
The fully qualified class name of the variable type- Returns:
- type
-
setType
-
containerId
-
getContainerId
The ID of the activity containing this variable (same as the one passed as parameter)- Returns:
- containerId
-
setContainerId
-
containerType
-
getContainerType
ACTIVITY_INSTANCE- Returns:
- containerType
-
setContainerType
-
value
-
getValue
the value of this variable. The format of the value depends on the type of the variable- Returns:
- value
-
setValue
-
archivedDate
-
getArchivedDate
The date when this variable was archived. The date format is yyyy-MM-dd HH:mm:ss.SSS- Returns:
- archivedDate
-
setArchivedDate
-
sourcedObjectId
-
getSourcedObjectId
The id of the activity variable before it was archived- Returns:
- sourcedObjectId
-
setSourcedObjectId
-
equals
-
hashCode
public int hashCode() -
toString
-