@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class VariableInstanceDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACTIVITY_INSTANCE_ID |
static String |
SERIALIZED_NAME_BATCH_ID |
static String |
SERIALIZED_NAME_CASE_EXECUTION_ID |
static String |
SERIALIZED_NAME_CASE_INSTANCE_ID |
static String |
SERIALIZED_NAME_ERROR_MESSAGE |
static String |
SERIALIZED_NAME_EXECUTION_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_ID |
static String |
SERIALIZED_NAME_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_TASK_ID |
static String |
SERIALIZED_NAME_TENANT_ID |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VALUE |
static String |
SERIALIZED_NAME_VALUE_INFO |
Constructor and Description |
---|
VariableInstanceDto() |
Modifier and Type | Method and Description |
---|---|
VariableInstanceDto |
activityInstanceId(String activityInstanceId) |
VariableInstanceDto |
batchId(String batchId) |
VariableInstanceDto |
caseExecutionId(String caseExecutionId) |
VariableInstanceDto |
caseInstanceId(String caseInstanceId) |
boolean |
equals(Object o) |
VariableInstanceDto |
errorMessage(String errorMessage) |
VariableInstanceDto |
executionId(String executionId) |
String |
getActivityInstanceId()
The id of the activity instance that this variable instance belongs to.
|
String |
getBatchId()
The id of the batch that this variable instance belongs to.<
|
String |
getCaseExecutionId()
The id of the case execution that this variable instance belongs to.
|
String |
getCaseInstanceId()
The id of the case instance that this variable instance belongs to.
|
String |
getErrorMessage()
An error message in case a Java Serialized Object could not be de-serialized.
|
String |
getExecutionId()
The id of the execution that this variable instance belongs to.
|
String |
getId()
The id of the variable instance.
|
String |
getName()
The name of the variable instance.
|
String |
getProcessDefinitionId()
The id of the process definition that this variable instance belongs to.
|
String |
getProcessInstanceId()
The id of the process instance that this variable instance belongs to.
|
String |
getTaskId()
The id of the task that this variable instance belongs to.
|
String |
getTenantId()
The id of the tenant that this variable instance belongs to.
|
String |
getType()
The value type of the variable.
|
Object |
getValue()
Can be any value - string, number, boolean, array or object.
|
Map<String,Object> |
getValueInfo()
A JSON object containing additional, value-type-dependent properties.
|
int |
hashCode() |
VariableInstanceDto |
id(String id) |
VariableInstanceDto |
name(String name) |
VariableInstanceDto |
processDefinitionId(String processDefinitionId) |
VariableInstanceDto |
processInstanceId(String processInstanceId) |
VariableInstanceDto |
putValueInfoItem(String key,
Object valueInfoItem) |
void |
setActivityInstanceId(String activityInstanceId) |
void |
setBatchId(String batchId) |
void |
setCaseExecutionId(String caseExecutionId) |
void |
setCaseInstanceId(String caseInstanceId) |
void |
setErrorMessage(String errorMessage) |
void |
setExecutionId(String executionId) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setTaskId(String taskId) |
void |
setTenantId(String tenantId) |
void |
setType(String type) |
void |
setValue(Object value) |
void |
setValueInfo(Map<String,Object> valueInfo) |
VariableInstanceDto |
taskId(String taskId) |
VariableInstanceDto |
tenantId(String tenantId) |
String |
toString() |
VariableInstanceDto |
type(String type) |
VariableInstanceDto |
value(Object value) |
VariableInstanceDto |
valueInfo(Map<String,Object> valueInfo) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_CASE_INSTANCE_ID
public static final String SERIALIZED_NAME_CASE_EXECUTION_ID
public static final String SERIALIZED_NAME_TASK_ID
public static final String SERIALIZED_NAME_BATCH_ID
public static final String SERIALIZED_NAME_ACTIVITY_INSTANCE_ID
public static final String SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_ERROR_MESSAGE
public static final String SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_VALUE_INFO
public VariableInstanceDto id(String id)
public void setId(String id)
public VariableInstanceDto name(String name)
public void setName(String name)
public VariableInstanceDto processDefinitionId(String processDefinitionId)
@Nullable public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public VariableInstanceDto processInstanceId(String processInstanceId)
@Nullable public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public VariableInstanceDto executionId(String executionId)
@Nullable public String getExecutionId()
public void setExecutionId(String executionId)
public VariableInstanceDto caseInstanceId(String caseInstanceId)
@Nullable public String getCaseInstanceId()
public void setCaseInstanceId(String caseInstanceId)
public VariableInstanceDto caseExecutionId(String caseExecutionId)
@Nullable public String getCaseExecutionId()
public void setCaseExecutionId(String caseExecutionId)
public VariableInstanceDto taskId(String taskId)
@Nullable public String getTaskId()
public void setTaskId(String taskId)
public VariableInstanceDto batchId(String batchId)
@Nullable public String getBatchId()
public void setBatchId(String batchId)
public VariableInstanceDto activityInstanceId(String activityInstanceId)
@Nullable public String getActivityInstanceId()
public void setActivityInstanceId(String activityInstanceId)
public VariableInstanceDto tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
public VariableInstanceDto errorMessage(String errorMessage)
@Nullable public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public VariableInstanceDto value(Object value)
@Nullable public Object getValue()
public void setValue(Object value)
public VariableInstanceDto type(String type)
public void setType(String type)
public VariableInstanceDto valueInfo(Map<String,Object> valueInfo)
public VariableInstanceDto putValueInfoItem(String key, Object valueInfoItem)
@Nullable public Map<String,Object> getValueInfo()
Copyright © 2022. All rights reserved.