Package org.bonitasoft.web.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchivedDate(String archivedDate) description(String description) booleanThe date when this variable was archived.ID of the case this variable belongs toDetailed description of the case variable, as set in the definition at design-timegetName()The name of the variableThe id of the variable before it was archivedgetType()The fully qualified class name of the variable typegetValue()the value of this variable.inthashCode()voidsetArchivedDate(String archivedDate) voidvoidsetDescription(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_CASE_ID
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_ARCHIVED_DATE
- See Also:
-
JSON_PROPERTY_SOURCED_OBJECT_ID
- See Also:
-
-
Constructor Details
-
ArchivedProcessInstanceVariable
public ArchivedProcessInstanceVariable()
-
-
Method Details
-
name
-
getName
The name of the variable- Returns:
- name
-
setName
-
description
-
getDescription
Detailed description of the case variable, as set in the definition at design-time- Returns:
- description
-
setDescription
-
type
-
getType
The fully qualified class name of the variable type- Returns:
- type
-
setType
-
caseId
-
getCaseId
ID of the case this variable belongs to- Returns:
- caseId
-
setCaseId
-
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 variable before it was archived- Returns:
- sourcedObjectId
-
setSourcedObjectId
-
equals
-
hashCode
public int hashCode() -
toString
-