Package org.openapitools.client.model
Class ProcessInstanceDto
- java.lang.Object
-
- org.openapitools.client.model.ProcessInstanceDto
-
public class ProcessInstanceDto extends Object
ProcessInstanceDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BUSINESS_KEYstatic StringSERIALIZED_NAME_CASE_INSTANCE_IDstatic StringSERIALIZED_NAME_DEFINITION_IDstatic StringSERIALIZED_NAME_ENDEDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_LINKSstatic StringSERIALIZED_NAME_SUSPENDEDstatic StringSERIALIZED_NAME_TENANT_ID
-
Constructor Summary
Constructors Constructor Description ProcessInstanceDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInstanceDtoaddLinksItem(AtomLink linksItem)ProcessInstanceDtobusinessKey(String businessKey)ProcessInstanceDtocaseInstanceId(String caseInstanceId)ProcessInstanceDtodefinitionId(String definitionId)ProcessInstanceDtoended(Boolean ended)booleanequals(Object o)StringgetBusinessKey()The business key of the process instance.StringgetCaseInstanceId()The id of the case instance associated with the process instance.StringgetDefinitionId()The id of the process definition that this process instance belongs to.BooleangetEnded()A flag indicating whether the process instance has ended or not.StringgetId()The id of the process instance.List<AtomLink>getLinks()The links associated to this resource, with `method`, `href` and `rel`.BooleangetSuspended()A flag indicating whether the process instance is suspended or not.StringgetTenantId()The tenant id of the process instance.inthashCode()ProcessInstanceDtoid(String id)ProcessInstanceDtolinks(List<AtomLink> links)voidsetBusinessKey(String businessKey)voidsetCaseInstanceId(String caseInstanceId)voidsetDefinitionId(String definitionId)voidsetEnded(Boolean ended)voidsetId(String id)voidsetLinks(List<AtomLink> links)voidsetSuspended(Boolean suspended)voidsetTenantId(String tenantId)ProcessInstanceDtosuspended(Boolean suspended)ProcessInstanceDtotenantId(String tenantId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEFINITION_ID
public static final String SERIALIZED_NAME_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUSINESS_KEY
public static final String SERIALIZED_NAME_BUSINESS_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_INSTANCE_ID
public static final String SERIALIZED_NAME_CASE_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENDED
public static final String SERIALIZED_NAME_ENDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_SUSPENDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ProcessInstanceDto id(String id)
-
getId
public String getId()
The id of the process instance.- Returns:
- id
-
setId
public void setId(String id)
-
definitionId
public ProcessInstanceDto definitionId(String definitionId)
-
getDefinitionId
public String getDefinitionId()
The id of the process definition that this process instance belongs to.- Returns:
- definitionId
-
setDefinitionId
public void setDefinitionId(String definitionId)
-
businessKey
public ProcessInstanceDto businessKey(String businessKey)
-
getBusinessKey
public String getBusinessKey()
The business key of the process instance.- Returns:
- businessKey
-
setBusinessKey
public void setBusinessKey(String businessKey)
-
caseInstanceId
public ProcessInstanceDto caseInstanceId(String caseInstanceId)
-
getCaseInstanceId
public String getCaseInstanceId()
The id of the case instance associated with the process instance.- Returns:
- caseInstanceId
-
setCaseInstanceId
public void setCaseInstanceId(String caseInstanceId)
-
ended
public ProcessInstanceDto ended(Boolean ended)
-
getEnded
public Boolean getEnded()
A flag indicating whether the process instance has ended or not. Deprecated: will always be false!- Returns:
- ended
-
setEnded
public void setEnded(Boolean ended)
-
suspended
public ProcessInstanceDto suspended(Boolean suspended)
-
getSuspended
public Boolean getSuspended()
A flag indicating whether the process instance is suspended or not.- Returns:
- suspended
-
setSuspended
public void setSuspended(Boolean suspended)
-
tenantId
public ProcessInstanceDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The tenant id of the process instance.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
links
public ProcessInstanceDto links(List<AtomLink> links)
-
addLinksItem
public ProcessInstanceDto addLinksItem(AtomLink linksItem)
-
getLinks
public List<AtomLink> getLinks()
The links associated to this resource, with `method`, `href` and `rel`.- Returns:
- links
-
-