Package org.bonitasoft.web.client.model
Class ProcessInstanceVariable
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessInstanceVariable
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessInstanceVariable extends Object implements Serializable
A process instance variable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CASE_IDstatic StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description ProcessInstanceVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInstanceVariablecaseId(String caseId)ProcessInstanceVariabledescription(String description)booleanequals(Object o)StringgetCaseId()ID of the process instance this variable belongs toStringgetDescription()Detailed description of the process instance variable, as set in the definition at design-timeStringgetName()name of the variable in the process instanceStringgetType()the Java type of the variableStringgetValue()the current value of the process instance variableinthashCode()ProcessInstanceVariablename(String name)voidsetCaseId(String caseId)voidsetDescription(String description)voidsetName(String name)voidsetType(String type)voidsetValue(String value)StringtoString()ProcessInstanceVariabletype(String type)ProcessInstanceVariablevalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CASE_ID
public static final String JSON_PROPERTY_CASE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public ProcessInstanceVariable description(String description)
-
getDescription
@Nullable public String getDescription()
Detailed description of the process instance variable, as set in the definition at design-time- Returns:
- description
-
setDescription
public void setDescription(String description)
-
name
public ProcessInstanceVariable name(String name)
-
getName
@Nullable public String getName()
name of the variable in the process instance- Returns:
- name
-
setName
public void setName(String name)
-
value
public ProcessInstanceVariable value(String value)
-
getValue
@Nullable public String getValue()
the current value of the process instance variable- Returns:
- value
-
setValue
public void setValue(String value)
-
caseId
public ProcessInstanceVariable caseId(String caseId)
-
getCaseId
@Nullable public String getCaseId()
ID of the process instance this variable belongs to- Returns:
- caseId
-
setCaseId
public void setCaseId(String caseId)
-
type
public ProcessInstanceVariable type(String type)
-
setType
public void setType(String type)
-
-