Package org.bonitasoft.web.client.model
Class ArchivedProcessInstanceVariable
- java.lang.Object
-
- org.bonitasoft.web.client.model.ArchivedProcessInstanceVariable
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ArchivedProcessInstanceVariable extends Object implements Serializable
An archived case variable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ARCHIVED_DATEstatic StringJSON_PROPERTY_CASE_IDstatic StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_SOURCED_OBJECT_IDstatic StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description ArchivedProcessInstanceVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchivedProcessInstanceVariablearchivedDate(String archivedDate)ArchivedProcessInstanceVariablecaseId(String caseId)ArchivedProcessInstanceVariabledescription(String description)booleanequals(Object o)StringgetArchivedDate()The date when this variable was archived.StringgetCaseId()ID of the case this variable belongs toStringgetDescription()Detailed description of the case variable, as set in the definition at design-timeStringgetName()The name of the variableStringgetSourcedObjectId()The id of the variable before it was archivedStringgetType()The fully qualified class name of the variable typeStringgetValue()the value of this variable.inthashCode()ArchivedProcessInstanceVariablename(String name)voidsetArchivedDate(String archivedDate)voidsetCaseId(String caseId)voidsetDescription(String description)voidsetName(String name)voidsetSourcedObjectId(String sourcedObjectId)voidsetType(String type)voidsetValue(String value)ArchivedProcessInstanceVariablesourcedObjectId(String sourcedObjectId)StringtoString()ArchivedProcessInstanceVariabletype(String type)ArchivedProcessInstanceVariablevalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CASE_ID
public static final String JSON_PROPERTY_CASE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ARCHIVED_DATE
public static final String JSON_PROPERTY_ARCHIVED_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOURCED_OBJECT_ID
public static final String JSON_PROPERTY_SOURCED_OBJECT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public ArchivedProcessInstanceVariable name(String name)
-
setName
public void setName(String name)
-
description
public ArchivedProcessInstanceVariable description(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(String description)
-
type
public ArchivedProcessInstanceVariable type(String type)
-
getType
@Nullable public String getType()
The fully qualified class name of the variable type- Returns:
- type
-
setType
public void setType(String type)
-
caseId
public ArchivedProcessInstanceVariable caseId(String caseId)
-
getCaseId
@Nullable public String getCaseId()
ID of the case this variable belongs to- Returns:
- caseId
-
setCaseId
public void setCaseId(String caseId)
-
value
public ArchivedProcessInstanceVariable value(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(String value)
-
archivedDate
public ArchivedProcessInstanceVariable archivedDate(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(String archivedDate)
-
sourcedObjectId
public ArchivedProcessInstanceVariable sourcedObjectId(String sourcedObjectId)
-
getSourcedObjectId
@Nullable public String getSourcedObjectId()
The id of the variable before it was archived- Returns:
- sourcedObjectId
-
setSourcedObjectId
public void setSourcedObjectId(String sourcedObjectId)
-
-