@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class ExecutionDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ENDED |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_TENANT_ID |
Constructor and Description |
---|
ExecutionDto() |
Modifier and Type | Method and Description |
---|---|
ExecutionDto |
ended(Boolean ended) |
boolean |
equals(Object o) |
Boolean |
getEnded()
Indicates if the execution is ended.
|
String |
getId()
The id of the Execution.
|
String |
getProcessInstanceId()
The id of the root of the execution tree representing the process instance.
|
String |
getTenantId()
The id of the tenant this execution belongs to.
|
int |
hashCode() |
ExecutionDto |
id(String id) |
ExecutionDto |
processInstanceId(String processInstanceId) |
void |
setEnded(Boolean ended) |
void |
setId(String id) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setTenantId(String tenantId) |
ExecutionDto |
tenantId(String tenantId) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_ENDED
public static final String SERIALIZED_NAME_TENANT_ID
public ExecutionDto id(String id)
public void setId(String id)
public ExecutionDto processInstanceId(String processInstanceId)
@Nullable public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public ExecutionDto ended(Boolean ended)
public void setEnded(Boolean ended)
public ExecutionDto tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2022. All rights reserved.