Class ExecutionDto
java.lang.Object
org.camunda.community.rest.client.dto.ExecutionDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class ExecutionDto
extends Object
ExecutionDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEnded()Indicates if the execution is ended.org.openapitools.jackson.nullable.JsonNullable<Boolean>getId()The id of the Execution.org.openapitools.jackson.nullable.JsonNullable<String>The id of the root of the execution tree representing the process instance.org.openapitools.jackson.nullable.JsonNullable<String>The id of the tenant this execution belongs to.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()processInstanceId(String processInstanceId) voidvoidsetEnded_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> ended) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetProcessInstanceId(String processInstanceId) voidsetProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_ENDED
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
ExecutionDto
public ExecutionDto()
-
-
Method Details
-
id
-
getId
The id of the Execution.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
processInstanceId
-
getProcessInstanceId
The id of the root of the execution tree representing the process instance.- Returns:
- processInstanceId
-
getProcessInstanceId_JsonNullable
-
setProcessInstanceId_JsonNullable
public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) -
setProcessInstanceId
-
ended
-
getEnded
Indicates if the execution is ended.- Returns:
- ended
-
getEnded_JsonNullable
-
setEnded_JsonNullable
-
setEnded
-
tenantId
-
getTenantId
The id of the tenant this execution belongs to. Can be `null` if the execution belongs to no single tenant.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
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
-