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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinksItem(AtomLink linksItem) businessKey(String businessKey) caseInstanceId(String caseInstanceId) definitionId(String definitionId) booleanThe business key of the process instance.org.openapitools.jackson.nullable.JsonNullable<String>The id of the case instance associated with the process instance.org.openapitools.jackson.nullable.JsonNullable<String>The id of the process definition that this process instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>getEnded()Deprecated.org.openapitools.jackson.nullable.JsonNullable<Boolean>getId()The id of the process instance.org.openapitools.jackson.nullable.JsonNullable<String>getLinks()The links associated to this resource, with `method`, `href` and `rel`.A flag indicating whether the process instance is suspended or not.org.openapitools.jackson.nullable.JsonNullable<Boolean>The tenant id of the process instance.org.openapitools.jackson.nullable.JsonNullable<String>The id of the process instance.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> inthashCode()putVariablesItem(String key, VariableValueDto variablesItem) voidsetBusinessKey(String businessKey) voidsetBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> businessKey) voidsetCaseInstanceId(String caseInstanceId) voidsetCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId) voidsetDefinitionId(String definitionId) voidsetDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> definitionId) voidvoidsetEnded_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> ended) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidsetSuspended(Boolean suspended) voidsetSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) voidsetVariables(Map<String, VariableValueDto> variables) voidsetVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variables(Map<String, VariableValueDto> variables)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_BUSINESS_KEY
- See Also:
-
JSON_PROPERTY_CASE_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_ENDED
- See Also:
-
JSON_PROPERTY_SUSPENDED
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
ProcessInstanceWithVariablesDto
public ProcessInstanceWithVariablesDto()
-
-
Method Details
-
id
-
getId
The id of the process instance.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
definitionId
-
getDefinitionId
The id of the process definition that this process instance belongs to.- Returns:
- definitionId
-
getDefinitionId_JsonNullable
-
setDefinitionId_JsonNullable
public void setDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> definitionId) -
setDefinitionId
-
businessKey
-
getBusinessKey
The business key of the process instance.- Returns:
- businessKey
-
getBusinessKey_JsonNullable
-
setBusinessKey_JsonNullable
public void setBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> businessKey) -
setBusinessKey
-
caseInstanceId
-
getCaseInstanceId
The id of the case instance associated with the process instance.- Returns:
- caseInstanceId
-
getCaseInstanceId_JsonNullable
-
setCaseInstanceId_JsonNullable
public void setCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId) -
setCaseInstanceId
-
ended
-
getEnded
Deprecated.A flag indicating whether the process instance has ended or not. Deprecated: will always be false!- Returns:
- ended
-
getEnded_JsonNullable
-
setEnded_JsonNullable
-
setEnded
-
suspended
-
getSuspended
A flag indicating whether the process instance is suspended or not.- Returns:
- suspended
-
getSuspended_JsonNullable
-
setSuspended_JsonNullable
public void setSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) -
setSuspended
-
tenantId
-
getTenantId
The tenant id of the process instance.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
links
-
addLinksItem
-
getLinks
The links associated to this resource, with `method`, `href` and `rel`.- Returns:
- links
-
getLinks_JsonNullable
-
setLinks_JsonNullable
-
setLinks
-
variables
-
putVariablesItem
-
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
-
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
-