Class ProcessInstanceWithVariablesDto

java.lang.Object
org.camunda.community.rest.client.dto.ProcessInstanceWithVariablesDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class ProcessInstanceWithVariablesDto extends Object
ProcessInstanceWithVariablesDto
  • Field Details

  • Constructor Details

    • ProcessInstanceWithVariablesDto

      public ProcessInstanceWithVariablesDto()
  • Method Details

    • id

    • getId

      @Nullable public String getId()
      The id of the process 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)
    • definitionId

      public ProcessInstanceWithVariablesDto definitionId(String definitionId)
    • getDefinitionId

      @Nullable public String getDefinitionId()
      The id of the process definition that this process instance belongs to.
      Returns:
      definitionId
    • getDefinitionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDefinitionId_JsonNullable()
    • setDefinitionId_JsonNullable

      public void setDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> definitionId)
    • setDefinitionId

      public void setDefinitionId(String definitionId)
    • businessKey

      public ProcessInstanceWithVariablesDto businessKey(String businessKey)
    • getBusinessKey

      @Nullable public String getBusinessKey()
      The business key of the process instance.
      Returns:
      businessKey
    • getBusinessKey_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getBusinessKey_JsonNullable()
    • setBusinessKey_JsonNullable

      public void setBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> businessKey)
    • setBusinessKey

      public void setBusinessKey(String businessKey)
    • caseInstanceId

      public ProcessInstanceWithVariablesDto caseInstanceId(String caseInstanceId)
    • getCaseInstanceId

      @Nullable public String getCaseInstanceId()
      The id of the case instance associated with the process instance.
      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)
    • ended

    • getEnded

      @Deprecated @Nullable public Boolean getEnded()
      Deprecated.
      A flag indicating whether the process instance has ended or not. Deprecated: will always be false!
      Returns:
      ended
    • getEnded_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getEnded_JsonNullable()
    • setEnded_JsonNullable

      public void setEnded_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> ended)
    • setEnded

      public void setEnded(Boolean ended)
    • suspended

      public ProcessInstanceWithVariablesDto suspended(Boolean suspended)
    • getSuspended

      @Nullable public Boolean getSuspended()
      A flag indicating whether the process instance is suspended or not.
      Returns:
      suspended
    • getSuspended_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getSuspended_JsonNullable()
    • setSuspended_JsonNullable

      public void setSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended)
    • setSuspended

      public void setSuspended(Boolean suspended)
    • tenantId

      public ProcessInstanceWithVariablesDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The tenant id of the process instance.
      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)
    • links

    • addLinksItem

      public ProcessInstanceWithVariablesDto addLinksItem(AtomLink linksItem)
    • getLinks

      @Nullable public List<AtomLink> getLinks()
      The links associated to this resource, with `method`, `href` and `rel`.
      Returns:
      links
    • setLinks

      public void setLinks(List<AtomLink> links)
    • variables

    • putVariablesItem

      public ProcessInstanceWithVariablesDto putVariablesItem(String key, VariableValueDto variablesItem)
    • getVariables

      @Nullable public Map<String,VariableValueDto> getVariables()
      The id of the process instance.
      Returns:
      variables
    • getVariables_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getVariables_JsonNullable()
    • setVariables_JsonNullable

      public void setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> variables)
    • setVariables

      public void setVariables(Map<String,VariableValueDto> variables)
    • 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