Class VariableInstanceDto
java.lang.Object
org.camunda.community.rest.client.dto.VariableInstanceDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class VariableInstanceDto
extends Object
VariableInstanceDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityInstanceId(String activityInstanceId) caseExecutionId(String caseExecutionId) caseInstanceId(String caseInstanceId) booleanerrorMessage(String errorMessage) executionId(String executionId) The id of the activity instance that this variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The id of the batch that this variable instance belongs to.<org.openapitools.jackson.nullable.JsonNullable<String>The id of the case execution that this variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The id of the case instance that this variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>An error message in case a Java Serialized Object could not be de-serialized.org.openapitools.jackson.nullable.JsonNullable<String>The id of the execution that this variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the variable instance.org.openapitools.jackson.nullable.JsonNullable<String>getName()The name of the variable instance.org.openapitools.jackson.nullable.JsonNullable<String>The id of the process definition that this variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The id of the process instance that this variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The id of the task that this variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The id of the tenant that this variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>getType()The value type of the variable.org.openapitools.jackson.nullable.JsonNullable<String>getValue()Can be any value - string, number, boolean, array or object.org.openapitools.jackson.nullable.JsonNullable<Object>A JSON object containing additional, value-type-dependent properties.inthashCode()processDefinitionId(String processDefinitionId) processInstanceId(String processInstanceId) putValueInfoItem(String key, Object valueInfoItem) voidsetActivityInstanceId(String activityInstanceId) voidsetActivityInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityInstanceId) voidsetBatchId(String batchId) voidsetBatchId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> batchId) voidsetCaseExecutionId(String caseExecutionId) voidsetCaseExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseExecutionId) voidsetCaseInstanceId(String caseInstanceId) voidsetCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId) voidsetErrorMessage(String errorMessage) voidsetErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) voidsetExecutionId(String executionId) voidsetExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) voidsetProcessInstanceId(String processInstanceId) voidsetProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) voidvoidsetTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskId) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) voidvoidsetValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> value) voidsetValueInfo(Map<String, Object> valueInfo) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALUE_INFO
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_CASE_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_CASE_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_TASK_ID
- See Also:
-
JSON_PROPERTY_BATCH_ID
- See Also:
-
JSON_PROPERTY_ACTIVITY_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
-
Constructor Details
-
VariableInstanceDto
public VariableInstanceDto()
-
-
Method Details
-
value
-
getValue
Can be any value - string, number, boolean, array or object. **Note**: Not every endpoint supports every type.- Returns:
- value
-
getValue_JsonNullable
-
setValue_JsonNullable
-
setValue
-
type
-
getType
The value type of the variable.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
valueInfo
-
putValueInfoItem
-
getValueInfo
A JSON object containing additional, value-type-dependent properties. For serialized variables of type Object, the following properties can be provided: * `objectTypeName`: A string representation of the object's type name. * `serializationDataFormat`: The serialization format used to store the variable. For serialized variables of type File, the following properties can be provided: * `filename`: The name of the file. This is not the variable name but the name that will be used when downloading the file again. * `mimetype`: The MIME type of the file that is being uploaded. * `encoding`: The encoding of the file that is being uploaded. The following property can be provided for all value types: * `transient`: Indicates whether the variable should be transient or not. See [documentation](https://docs.camunda.org/manual/7.21/user-guide/process-engine/variables#transient-variables) for more informations. (Not applicable for `decision-definition`, ` /process-instance/variables-async`, and `/migration/executeAsync` endpoints)- Returns:
- valueInfo
-
setValueInfo
-
id
-
getId
The id of the variable instance.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
name
-
getName
The name of the variable instance.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
processDefinitionId
-
getProcessDefinitionId
The id of the process definition that this variable instance belongs to.- Returns:
- processDefinitionId
-
getProcessDefinitionId_JsonNullable
-
setProcessDefinitionId_JsonNullable
public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) -
setProcessDefinitionId
-
processInstanceId
-
getProcessInstanceId
The id of the process instance that this variable instance belongs to.- Returns:
- processInstanceId
-
getProcessInstanceId_JsonNullable
-
setProcessInstanceId_JsonNullable
public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) -
setProcessInstanceId
-
executionId
-
getExecutionId
The id of the execution that this variable instance belongs to.- Returns:
- executionId
-
getExecutionId_JsonNullable
-
setExecutionId_JsonNullable
public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) -
setExecutionId
-
caseInstanceId
-
getCaseInstanceId
The id of the case instance that this variable instance belongs to.- Returns:
- caseInstanceId
-
getCaseInstanceId_JsonNullable
-
setCaseInstanceId_JsonNullable
public void setCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId) -
setCaseInstanceId
-
caseExecutionId
-
getCaseExecutionId
The id of the case execution that this variable instance belongs to.- Returns:
- caseExecutionId
-
getCaseExecutionId_JsonNullable
-
setCaseExecutionId_JsonNullable
public void setCaseExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseExecutionId) -
setCaseExecutionId
-
taskId
-
getTaskId
The id of the task that this variable instance belongs to.- Returns:
- taskId
-
getTaskId_JsonNullable
-
setTaskId_JsonNullable
-
setTaskId
-
batchId
-
getBatchId
The id of the batch that this variable instance belongs to.<- Returns:
- batchId
-
getBatchId_JsonNullable
-
setBatchId_JsonNullable
-
setBatchId
-
activityInstanceId
-
getActivityInstanceId
The id of the activity instance that this variable instance belongs to.- Returns:
- activityInstanceId
-
getActivityInstanceId_JsonNullable
-
setActivityInstanceId_JsonNullable
public void setActivityInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityInstanceId) -
setActivityInstanceId
-
tenantId
-
getTenantId
The id of the tenant that this variable instance belongs to.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
errorMessage
-
getErrorMessage
An error message in case a Java Serialized Object could not be de-serialized.- Returns:
- errorMessage
-
getErrorMessage_JsonNullable
-
setErrorMessage_JsonNullable
public void setErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) -
setErrorMessage
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-