Package org.openapitools.client.model
Class HistoricVariableInstanceDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.HistoricVariableInstanceDtoAllOf
-
public class HistoricVariableInstanceDtoAllOf extends Object
HistoricVariableInstanceDtoAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIVITY_INSTANCE_IDstatic StringSERIALIZED_NAME_CASE_DEFINITION_IDstatic StringSERIALIZED_NAME_CASE_DEFINITION_KEYstatic StringSERIALIZED_NAME_CASE_EXECUTION_IDstatic StringSERIALIZED_NAME_CASE_INSTANCE_IDstatic StringSERIALIZED_NAME_CREATE_TIMEstatic StringSERIALIZED_NAME_ERROR_MESSAGEstatic StringSERIALIZED_NAME_EXECUTION_IDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_IDstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_KEYstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_REMOVAL_TIMEstatic StringSERIALIZED_NAME_ROOT_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_STATEstatic StringSERIALIZED_NAME_TASK_IDstatic StringSERIALIZED_NAME_TENANT_ID
-
Constructor Summary
Constructors Constructor Description HistoricVariableInstanceDtoAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricVariableInstanceDtoAllOfactivityInstanceId(String activityInstanceId)HistoricVariableInstanceDtoAllOfcaseDefinitionId(String caseDefinitionId)HistoricVariableInstanceDtoAllOfcaseDefinitionKey(String caseDefinitionKey)HistoricVariableInstanceDtoAllOfcaseExecutionId(String caseExecutionId)HistoricVariableInstanceDtoAllOfcaseInstanceId(String caseInstanceId)HistoricVariableInstanceDtoAllOfcreateTime(Date createTime)booleanequals(Object o)HistoricVariableInstanceDtoAllOferrorMessage(String errorMessage)HistoricVariableInstanceDtoAllOfexecutionId(String executionId)StringgetActivityInstanceId()The id of the activity instance in which the variable is valid.StringgetCaseDefinitionId()The id of the case definition the variable instance belongs to.StringgetCaseDefinitionKey()The key of the case definition the variable instance belongs to.StringgetCaseExecutionId()The case execution id the variable instance belongs to.StringgetCaseInstanceId()The case instance id the variable instance belongs to.DategetCreateTime()The time the variable was inserted.StringgetErrorMessage()An error message in case a Java Serialized Object could not be de-serialized.StringgetExecutionId()The execution id the variable instance belongs to.StringgetId()The id of the variable instance.StringgetName()The name of the variable instance.StringgetProcessDefinitionId()The id of the process definition the variable instance belongs to.StringgetProcessDefinitionKey()The key of the process definition the variable instance belongs to.StringgetProcessInstanceId()The process instance id the variable instance belongs to.DategetRemovalTime()The time after which the variable should be removed by the History Cleanup job.StringgetRootProcessInstanceId()The process instance id of the root process instance that initiated the process containing this variable.StringgetState()The current state of the variable.StringgetTaskId()The id of the task the variable instance belongs to.StringgetTenantId()The id of the tenant that this variable instance belongs to.inthashCode()HistoricVariableInstanceDtoAllOfid(String id)HistoricVariableInstanceDtoAllOfname(String name)HistoricVariableInstanceDtoAllOfprocessDefinitionId(String processDefinitionId)HistoricVariableInstanceDtoAllOfprocessDefinitionKey(String processDefinitionKey)HistoricVariableInstanceDtoAllOfprocessInstanceId(String processInstanceId)HistoricVariableInstanceDtoAllOfremovalTime(Date removalTime)HistoricVariableInstanceDtoAllOfrootProcessInstanceId(String rootProcessInstanceId)voidsetActivityInstanceId(String activityInstanceId)voidsetCaseDefinitionId(String caseDefinitionId)voidsetCaseDefinitionKey(String caseDefinitionKey)voidsetCaseExecutionId(String caseExecutionId)voidsetCaseInstanceId(String caseInstanceId)voidsetCreateTime(Date createTime)voidsetErrorMessage(String errorMessage)voidsetExecutionId(String executionId)voidsetId(String id)voidsetName(String name)voidsetProcessDefinitionId(String processDefinitionId)voidsetProcessDefinitionKey(String processDefinitionKey)voidsetProcessInstanceId(String processInstanceId)voidsetRemovalTime(Date removalTime)voidsetRootProcessInstanceId(String rootProcessInstanceId)voidsetState(String state)voidsetTaskId(String taskId)voidsetTenantId(String tenantId)HistoricVariableInstanceDtoAllOfstate(String state)HistoricVariableInstanceDtoAllOftaskId(String taskId)HistoricVariableInstanceDtoAllOftenantId(String tenantId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_EXECUTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACTIVITY_INSTANCE_ID
public static final String SERIALIZED_NAME_ACTIVITY_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_DEFINITION_KEY
public static final String SERIALIZED_NAME_CASE_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_DEFINITION_ID
public static final String SERIALIZED_NAME_CASE_DEFINITION_ID
- 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_CASE_EXECUTION_ID
public static final String SERIALIZED_NAME_CASE_EXECUTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_ID
public static final String SERIALIZED_NAME_TASK_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ERROR_MESSAGE
public static final String SERIALIZED_NAME_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_STATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATE_TIME
public static final String SERIALIZED_NAME_CREATE_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMOVAL_TIME
public static final String SERIALIZED_NAME_REMOVAL_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public HistoricVariableInstanceDtoAllOf id(String id)
-
getId
public String getId()
The id of the variable instance.- Returns:
- id
-
setId
public void setId(String id)
-
name
public HistoricVariableInstanceDtoAllOf name(String name)
-
getName
public String getName()
The name of the variable instance.- Returns:
- name
-
setName
public void setName(String name)
-
processDefinitionKey
public HistoricVariableInstanceDtoAllOf processDefinitionKey(String processDefinitionKey)
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
The key of the process definition the variable instance belongs to.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
-
processDefinitionId
public HistoricVariableInstanceDtoAllOf processDefinitionId(String processDefinitionId)
-
getProcessDefinitionId
public String getProcessDefinitionId()
The id of the process definition the variable instance belongs to.- Returns:
- processDefinitionId
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
processInstanceId
public HistoricVariableInstanceDtoAllOf processInstanceId(String processInstanceId)
-
getProcessInstanceId
public String getProcessInstanceId()
The process instance id the variable instance belongs to.- Returns:
- processInstanceId
-
setProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
-
executionId
public HistoricVariableInstanceDtoAllOf executionId(String executionId)
-
getExecutionId
public String getExecutionId()
The execution id the variable instance belongs to.- Returns:
- executionId
-
setExecutionId
public void setExecutionId(String executionId)
-
activityInstanceId
public HistoricVariableInstanceDtoAllOf activityInstanceId(String activityInstanceId)
-
getActivityInstanceId
public String getActivityInstanceId()
The id of the activity instance in which the variable is valid.- Returns:
- activityInstanceId
-
setActivityInstanceId
public void setActivityInstanceId(String activityInstanceId)
-
caseDefinitionKey
public HistoricVariableInstanceDtoAllOf caseDefinitionKey(String caseDefinitionKey)
-
getCaseDefinitionKey
public String getCaseDefinitionKey()
The key of the case definition the variable instance belongs to.- Returns:
- caseDefinitionKey
-
setCaseDefinitionKey
public void setCaseDefinitionKey(String caseDefinitionKey)
-
caseDefinitionId
public HistoricVariableInstanceDtoAllOf caseDefinitionId(String caseDefinitionId)
-
getCaseDefinitionId
public String getCaseDefinitionId()
The id of the case definition the variable instance belongs to.- Returns:
- caseDefinitionId
-
setCaseDefinitionId
public void setCaseDefinitionId(String caseDefinitionId)
-
caseInstanceId
public HistoricVariableInstanceDtoAllOf caseInstanceId(String caseInstanceId)
-
getCaseInstanceId
public String getCaseInstanceId()
The case instance id the variable instance belongs to.- Returns:
- caseInstanceId
-
setCaseInstanceId
public void setCaseInstanceId(String caseInstanceId)
-
caseExecutionId
public HistoricVariableInstanceDtoAllOf caseExecutionId(String caseExecutionId)
-
getCaseExecutionId
public String getCaseExecutionId()
The case execution id the variable instance belongs to.- Returns:
- caseExecutionId
-
setCaseExecutionId
public void setCaseExecutionId(String caseExecutionId)
-
taskId
public HistoricVariableInstanceDtoAllOf taskId(String taskId)
-
getTaskId
public String getTaskId()
The id of the task the variable instance belongs to.- Returns:
- taskId
-
setTaskId
public void setTaskId(String taskId)
-
tenantId
public HistoricVariableInstanceDtoAllOf tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The id of the tenant that this variable instance belongs to.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
errorMessage
public HistoricVariableInstanceDtoAllOf errorMessage(String errorMessage)
-
getErrorMessage
public String getErrorMessage()
An error message in case a Java Serialized Object could not be de-serialized.- Returns:
- errorMessage
-
setErrorMessage
public void setErrorMessage(String errorMessage)
-
state
public HistoricVariableInstanceDtoAllOf state(String state)
-
getState
public String getState()
The current state of the variable. Can be 'CREATED' or 'DELETED'.- Returns:
- state
-
setState
public void setState(String state)
-
createTime
public HistoricVariableInstanceDtoAllOf createTime(Date createTime)
-
getCreateTime
public Date getCreateTime()
The time the variable was inserted. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- createTime
-
setCreateTime
public void setCreateTime(Date createTime)
-
removalTime
public HistoricVariableInstanceDtoAllOf removalTime(Date removalTime)
-
getRemovalTime
public Date getRemovalTime()
The time after which the variable should be removed by the History Cleanup job. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- removalTime
-
setRemovalTime
public void setRemovalTime(Date removalTime)
-
rootProcessInstanceId
public HistoricVariableInstanceDtoAllOf rootProcessInstanceId(String rootProcessInstanceId)
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
The process instance id of the root process instance that initiated the process containing this variable.- Returns:
- rootProcessInstanceId
-
setRootProcessInstanceId
public void setRootProcessInstanceId(String rootProcessInstanceId)
-
-