@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class ProcessInstanceDto 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_LINKS |
static String |
SERIALIZED_NAME_SUSPENDED |
static String |
SERIALIZED_NAME_TENANT_ID |
Constructor and Description |
---|
ProcessInstanceDto() |
Modifier and Type | Method and Description |
---|---|
ProcessInstanceDto |
addLinksItem(AtomLink linksItem) |
ProcessInstanceDto |
businessKey(String businessKey) |
ProcessInstanceDto |
caseInstanceId(String caseInstanceId) |
ProcessInstanceDto |
definitionId(String definitionId) |
ProcessInstanceDto |
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.
|
List<AtomLink> |
getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
Boolean |
getSuspended()
A flag indicating whether the process instance is suspended or not.
|
String |
getTenantId()
The tenant id of the process instance.
|
int |
hashCode() |
ProcessInstanceDto |
id(String id) |
ProcessInstanceDto |
links(List<AtomLink> links) |
void |
setBusinessKey(String businessKey) |
void |
setCaseInstanceId(String caseInstanceId) |
void |
setDefinitionId(String definitionId) |
void |
setEnded(Boolean ended) |
void |
setId(String id) |
void |
setLinks(List<AtomLink> links) |
void |
setSuspended(Boolean suspended) |
void |
setTenantId(String tenantId) |
ProcessInstanceDto |
suspended(Boolean suspended) |
ProcessInstanceDto |
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 static final String SERIALIZED_NAME_LINKS
public ProcessInstanceDto id(String id)
public void setId(String id)
public ProcessInstanceDto definitionId(String definitionId)
@Nullable public String getDefinitionId()
public void setDefinitionId(String definitionId)
public ProcessInstanceDto businessKey(String businessKey)
@Nullable public String getBusinessKey()
public void setBusinessKey(String businessKey)
public ProcessInstanceDto caseInstanceId(String caseInstanceId)
@Nullable public String getCaseInstanceId()
public void setCaseInstanceId(String caseInstanceId)
public ProcessInstanceDto ended(Boolean ended)
@Nullable public Boolean getEnded()
public void setEnded(Boolean ended)
public ProcessInstanceDto suspended(Boolean suspended)
@Nullable public Boolean getSuspended()
public void setSuspended(Boolean suspended)
public ProcessInstanceDto tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
public ProcessInstanceDto links(List<AtomLink> links)
public ProcessInstanceDto addLinksItem(AtomLink linksItem)
@Nullable public List<AtomLink> getLinks()
Copyright © 2022. All rights reserved.