Package org.openapitools.client.model
Class VariableInstanceDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.VariableInstanceDtoAllOf
-
public class VariableInstanceDtoAllOf extends Object
VariableInstanceDtoAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIVITY_INSTANCE_IDstatic StringSERIALIZED_NAME_BATCH_IDstatic StringSERIALIZED_NAME_CASE_EXECUTION_IDstatic StringSERIALIZED_NAME_CASE_INSTANCE_IDstatic StringSERIALIZED_NAME_ERROR_MESSAGEstatic StringSERIALIZED_NAME_EXECUTION_IDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_IDstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_TASK_IDstatic StringSERIALIZED_NAME_TENANT_ID
-
Constructor Summary
Constructors Constructor Description VariableInstanceDtoAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableInstanceDtoAllOfactivityInstanceId(String activityInstanceId)VariableInstanceDtoAllOfbatchId(String batchId)VariableInstanceDtoAllOfcaseExecutionId(String caseExecutionId)VariableInstanceDtoAllOfcaseInstanceId(String caseInstanceId)booleanequals(Object o)VariableInstanceDtoAllOferrorMessage(String errorMessage)VariableInstanceDtoAllOfexecutionId(String executionId)StringgetActivityInstanceId()The id of the activity instance that this variable instance belongs to.StringgetBatchId()The id of the batch that this variable instance belongs to.<StringgetCaseExecutionId()The id of the case execution that this variable instance belongs to.StringgetCaseInstanceId()The id of the case instance that this variable instance belongs to.StringgetErrorMessage()An error message in case a Java Serialized Object could not be de-serialized.StringgetExecutionId()The id of the execution that this 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 that this variable instance belongs to.StringgetProcessInstanceId()The id of the process instance that this variable instance belongs to.StringgetTaskId()The id of the task that this variable instance belongs to.StringgetTenantId()The id of the tenant that this variable instance belongs to.inthashCode()VariableInstanceDtoAllOfid(String id)VariableInstanceDtoAllOfname(String name)VariableInstanceDtoAllOfprocessDefinitionId(String processDefinitionId)VariableInstanceDtoAllOfprocessInstanceId(String processInstanceId)voidsetActivityInstanceId(String activityInstanceId)voidsetBatchId(String batchId)voidsetCaseExecutionId(String caseExecutionId)voidsetCaseInstanceId(String caseInstanceId)voidsetErrorMessage(String errorMessage)voidsetExecutionId(String executionId)voidsetId(String id)voidsetName(String name)voidsetProcessDefinitionId(String processDefinitionId)voidsetProcessInstanceId(String processInstanceId)voidsetTaskId(String taskId)voidsetTenantId(String tenantId)VariableInstanceDtoAllOftaskId(String taskId)VariableInstanceDtoAllOftenantId(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_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_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_BATCH_ID
public static final String SERIALIZED_NAME_BATCH_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_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
-
-
Method Detail
-
id
public VariableInstanceDtoAllOf id(String id)
-
getId
public String getId()
The id of the variable instance.- Returns:
- id
-
setId
public void setId(String id)
-
name
public VariableInstanceDtoAllOf name(String name)
-
getName
public String getName()
The name of the variable instance.- Returns:
- name
-
setName
public void setName(String name)
-
processDefinitionId
public VariableInstanceDtoAllOf processDefinitionId(String processDefinitionId)
-
getProcessDefinitionId
public String getProcessDefinitionId()
The id of the process definition that this variable instance belongs to.- Returns:
- processDefinitionId
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
processInstanceId
public VariableInstanceDtoAllOf processInstanceId(String processInstanceId)
-
getProcessInstanceId
public String getProcessInstanceId()
The id of the process instance that this variable instance belongs to.- Returns:
- processInstanceId
-
setProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
-
executionId
public VariableInstanceDtoAllOf executionId(String executionId)
-
getExecutionId
public String getExecutionId()
The id of the execution that this variable instance belongs to.- Returns:
- executionId
-
setExecutionId
public void setExecutionId(String executionId)
-
caseInstanceId
public VariableInstanceDtoAllOf caseInstanceId(String caseInstanceId)
-
getCaseInstanceId
public String getCaseInstanceId()
The id of the case instance that this variable instance belongs to.- Returns:
- caseInstanceId
-
setCaseInstanceId
public void setCaseInstanceId(String caseInstanceId)
-
caseExecutionId
public VariableInstanceDtoAllOf caseExecutionId(String caseExecutionId)
-
getCaseExecutionId
public String getCaseExecutionId()
The id of the case execution that this variable instance belongs to.- Returns:
- caseExecutionId
-
setCaseExecutionId
public void setCaseExecutionId(String caseExecutionId)
-
taskId
public VariableInstanceDtoAllOf taskId(String taskId)
-
getTaskId
public String getTaskId()
The id of the task that this variable instance belongs to.- Returns:
- taskId
-
setTaskId
public void setTaskId(String taskId)
-
batchId
public VariableInstanceDtoAllOf batchId(String batchId)
-
getBatchId
public String getBatchId()
The id of the batch that this variable instance belongs to.<- Returns:
- batchId
-
setBatchId
public void setBatchId(String batchId)
-
activityInstanceId
public VariableInstanceDtoAllOf activityInstanceId(String activityInstanceId)
-
getActivityInstanceId
public String getActivityInstanceId()
The id of the activity instance that this variable instance belongs to.- Returns:
- activityInstanceId
-
setActivityInstanceId
public void setActivityInstanceId(String activityInstanceId)
-
tenantId
public VariableInstanceDtoAllOf 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 VariableInstanceDtoAllOf 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)
-
-