Package org.openapitools.client.model
Class ProcessInstanceDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.ProcessInstanceDtoAllOf
-
public class ProcessInstanceDtoAllOf extends Object
ProcessInstanceDtoAllOf
-
-
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_SUSPENDEDstatic StringSERIALIZED_NAME_TENANT_ID
-
Constructor Summary
Constructors Constructor Description ProcessInstanceDtoAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInstanceDtoAllOfbusinessKey(String businessKey)ProcessInstanceDtoAllOfcaseInstanceId(String caseInstanceId)ProcessInstanceDtoAllOfdefinitionId(String definitionId)ProcessInstanceDtoAllOfended(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.BooleangetSuspended()A flag indicating whether the process instance is suspended or not.StringgetTenantId()The tenant id of the process instance.inthashCode()ProcessInstanceDtoAllOfid(String id)voidsetBusinessKey(String businessKey)voidsetCaseInstanceId(String caseInstanceId)voidsetDefinitionId(String definitionId)voidsetEnded(Boolean ended)voidsetId(String id)voidsetSuspended(Boolean suspended)voidsetTenantId(String tenantId)ProcessInstanceDtoAllOfsuspended(Boolean suspended)ProcessInstanceDtoAllOftenantId(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
-
-
Method Detail
-
id
public ProcessInstanceDtoAllOf id(String id)
-
getId
public String getId()
The id of the process instance.- Returns:
- id
-
setId
public void setId(String id)
-
definitionId
public ProcessInstanceDtoAllOf 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 ProcessInstanceDtoAllOf businessKey(String businessKey)
-
getBusinessKey
public String getBusinessKey()
The business key of the process instance.- Returns:
- businessKey
-
setBusinessKey
public void setBusinessKey(String businessKey)
-
caseInstanceId
public ProcessInstanceDtoAllOf 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 ProcessInstanceDtoAllOf 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 ProcessInstanceDtoAllOf 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 ProcessInstanceDtoAllOf tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The tenant id of the process instance.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
-