@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class ProcessInstanceDtoAllOf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BUSINESS_KEY |
static String |
SERIALIZED_NAME_CASE_INSTANCE_ID |
static String |
SERIALIZED_NAME_DEFINITION_ID |
static String |
SERIALIZED_NAME_ENDED |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_SUSPENDED |
static String |
SERIALIZED_NAME_TENANT_ID |
Constructor and Description |
---|
ProcessInstanceDtoAllOf() |
Modifier and Type | Method and Description |
---|---|
ProcessInstanceDtoAllOf |
businessKey(String businessKey) |
ProcessInstanceDtoAllOf |
caseInstanceId(String caseInstanceId) |
ProcessInstanceDtoAllOf |
definitionId(String definitionId) |
ProcessInstanceDtoAllOf |
ended(Boolean ended) |
boolean |
equals(Object o) |
String |
getBusinessKey()
The business key of the process instance.
|
String |
getCaseInstanceId()
The id of the case instance associated with the process instance.
|
String |
getDefinitionId()
The id of the process definition that this process instance belongs to.
|
Boolean |
getEnded()
A flag indicating whether the process instance has ended or not.
|
String |
getId()
The id of the process instance.
|
Boolean |
getSuspended()
A flag indicating whether the process instance is suspended or not.
|
String |
getTenantId()
The tenant id of the process instance.
|
int |
hashCode() |
ProcessInstanceDtoAllOf |
id(String id) |
void |
setBusinessKey(String businessKey) |
void |
setCaseInstanceId(String caseInstanceId) |
void |
setDefinitionId(String definitionId) |
void |
setEnded(Boolean ended) |
void |
setId(String id) |
void |
setSuspended(Boolean suspended) |
void |
setTenantId(String tenantId) |
ProcessInstanceDtoAllOf |
suspended(Boolean suspended) |
ProcessInstanceDtoAllOf |
tenantId(String tenantId) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_DEFINITION_ID
public static final String SERIALIZED_NAME_BUSINESS_KEY
public static final String SERIALIZED_NAME_CASE_INSTANCE_ID
public static final String SERIALIZED_NAME_ENDED
public static final String SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_TENANT_ID
public ProcessInstanceDtoAllOf id(String id)
public void setId(String id)
public ProcessInstanceDtoAllOf definitionId(String definitionId)
@Nullable public String getDefinitionId()
public void setDefinitionId(String definitionId)
public ProcessInstanceDtoAllOf businessKey(String businessKey)
@Nullable public String getBusinessKey()
public void setBusinessKey(String businessKey)
public ProcessInstanceDtoAllOf caseInstanceId(String caseInstanceId)
@Nullable public String getCaseInstanceId()
public void setCaseInstanceId(String caseInstanceId)
public ProcessInstanceDtoAllOf ended(Boolean ended)
@Nullable public Boolean getEnded()
public void setEnded(Boolean ended)
public ProcessInstanceDtoAllOf suspended(Boolean suspended)
@Nullable public Boolean getSuspended()
public void setSuspended(Boolean suspended)
public ProcessInstanceDtoAllOf tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2022. All rights reserved.