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 Details

  • Constructor Details

    • VariableInstanceDto

      public VariableInstanceDto()
  • Method Details

    • value

      public VariableInstanceDto value(Object value)
    • getValue

      @Nullable public Object getValue()
      Can be any value - string, number, boolean, array or object. **Note**: Not every endpoint supports every type.
      Returns:
      value
    • getValue_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Object> getValue_JsonNullable()
    • setValue_JsonNullable

      public void setValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> value)
    • setValue

      public void setValue(Object value)
    • type

      public VariableInstanceDto type(String type)
    • getType

      @Nullable public String getType()
      The value type of the variable.
      Returns:
      type
    • getType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getType_JsonNullable()
    • setType_JsonNullable

      public void setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type)
    • setType

      public void setType(String type)
    • valueInfo

      public VariableInstanceDto valueInfo(Map<String,Object> valueInfo)
    • putValueInfoItem

      public VariableInstanceDto putValueInfoItem(String key, Object valueInfoItem)
    • getValueInfo

      @Nullable public Map<String,Object> 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

      public void setValueInfo(Map<String,Object> valueInfo)
    • id

      public VariableInstanceDto id(String id)
    • getId

      @Nullable public String getId()
      The id of the variable instance.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • name

      public VariableInstanceDto name(String name)
    • getName

      @Nullable public String getName()
      The name of the variable instance.
      Returns:
      name
    • getName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getName_JsonNullable()
    • setName_JsonNullable

      public void setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name)
    • setName

      public void setName(String name)
    • processDefinitionId

      public VariableInstanceDto processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      The id of the process definition that this variable instance belongs to.
      Returns:
      processDefinitionId
    • getProcessDefinitionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionId_JsonNullable()
    • setProcessDefinitionId_JsonNullable

      public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId)
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • processInstanceId

      public VariableInstanceDto processInstanceId(String processInstanceId)
    • getProcessInstanceId

      @Nullable public String getProcessInstanceId()
      The id of the process instance that this variable instance belongs to.
      Returns:
      processInstanceId
    • getProcessInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessInstanceId_JsonNullable()
    • setProcessInstanceId_JsonNullable

      public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId)
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • executionId

      public VariableInstanceDto executionId(String executionId)
    • getExecutionId

      @Nullable public String getExecutionId()
      The id of the execution that this variable instance belongs to.
      Returns:
      executionId
    • getExecutionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getExecutionId_JsonNullable()
    • setExecutionId_JsonNullable

      public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId)
    • setExecutionId

      public void setExecutionId(String executionId)
    • caseInstanceId

      public VariableInstanceDto caseInstanceId(String caseInstanceId)
    • getCaseInstanceId

      @Nullable public String getCaseInstanceId()
      The id of the case instance that this variable instance belongs to.
      Returns:
      caseInstanceId
    • getCaseInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCaseInstanceId_JsonNullable()
    • setCaseInstanceId_JsonNullable

      public void setCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId)
    • setCaseInstanceId

      public void setCaseInstanceId(String caseInstanceId)
    • caseExecutionId

      public VariableInstanceDto caseExecutionId(String caseExecutionId)
    • getCaseExecutionId

      @Nullable public String getCaseExecutionId()
      The id of the case execution that this variable instance belongs to.
      Returns:
      caseExecutionId
    • getCaseExecutionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCaseExecutionId_JsonNullable()
    • setCaseExecutionId_JsonNullable

      public void setCaseExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseExecutionId)
    • setCaseExecutionId

      public void setCaseExecutionId(String caseExecutionId)
    • taskId

      public VariableInstanceDto taskId(String taskId)
    • getTaskId

      @Nullable public String getTaskId()
      The id of the task that this variable instance belongs to.
      Returns:
      taskId
    • getTaskId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTaskId_JsonNullable()
    • setTaskId_JsonNullable

      public void setTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskId)
    • setTaskId

      public void setTaskId(String taskId)
    • batchId

      public VariableInstanceDto batchId(String batchId)
    • getBatchId

      @Nullable public String getBatchId()
      The id of the batch that this variable instance belongs to.<
      Returns:
      batchId
    • getBatchId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getBatchId_JsonNullable()
    • setBatchId_JsonNullable

      public void setBatchId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> batchId)
    • setBatchId

      public void setBatchId(String batchId)
    • activityInstanceId

      public VariableInstanceDto activityInstanceId(String activityInstanceId)
    • getActivityInstanceId

      @Nullable public String getActivityInstanceId()
      The id of the activity instance that this variable instance belongs to.
      Returns:
      activityInstanceId
    • getActivityInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getActivityInstanceId_JsonNullable()
    • setActivityInstanceId_JsonNullable

      public void setActivityInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityInstanceId)
    • setActivityInstanceId

      public void setActivityInstanceId(String activityInstanceId)
    • tenantId

      public VariableInstanceDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The id of the tenant that this variable instance belongs to.
      Returns:
      tenantId
    • getTenantId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTenantId_JsonNullable()
    • setTenantId_JsonNullable

      public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId)
    • setTenantId

      public void setTenantId(String tenantId)
    • errorMessage

      public VariableInstanceDto errorMessage(String errorMessage)
    • getErrorMessage

      @Nullable public String getErrorMessage()
      An error message in case a Java Serialized Object could not be de-serialized.
      Returns:
      errorMessage
    • getErrorMessage_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getErrorMessage_JsonNullable()
    • setErrorMessage_JsonNullable

      public void setErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage)
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string