Package org.bonitasoft.web.client.model
Class ProcessInstanceVariable
java.lang.Object
org.bonitasoft.web.client.model.ProcessInstanceVariable
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessInstanceVariable
extends Object
implements Serializable
A process instance variable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanID of the process instance this variable belongs toDetailed description of the process instance variable, as set in the definition at design-timegetName()name of the variable in the process instancegetType()the Java type of the variablegetValue()the current value of the process instance variableinthashCode()voidvoidsetDescription(String description) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_CASE_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
ProcessInstanceVariable
public ProcessInstanceVariable()
-
-
Method Details
-
description
-
getDescription
Detailed description of the process instance variable, as set in the definition at design-time- Returns:
- description
-
setDescription
-
name
-
getName
name of the variable in the process instance- Returns:
- name
-
setName
-
value
-
getValue
the current value of the process instance variable- Returns:
- value
-
setValue
-
caseId
-
getCaseId
ID of the process instance this variable belongs to- Returns:
- caseId
-
setCaseId
-
type
-
getType
the Java type of the variable- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-