Package io.camunda.client.protocol.rest
Class VariableResult
java.lang.Object
io.camunda.client.protocol.rest.VariableResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class VariableResult
extends Object
VariableResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Name of this variable.The key of the process instance of this variable.The key of the root process instance.The key of the scope where this variable is directly defined.Tenant ID of this variable.getValue()Full value of this variable.The key for this variable.inthashCode()processInstanceKey(String processInstanceKey) rootProcessInstanceKey(String rootProcessInstanceKey) voidvoidsetProcessInstanceKey(String processInstanceKey) voidsetRootProcessInstanceKey(String rootProcessInstanceKey) voidsetScopeKey(String scopeKey) voidsetTenantId(String tenantId) voidvoidsetVariableKey(String variableKey) toString()variableKey(String variableKey)
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_VARIABLE_KEY
- See Also:
-
JSON_PROPERTY_SCOPE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_ROOT_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
VariableResult
public VariableResult()
-
-
Method Details
-
name
-
getName
Name of this variable.- Returns:
- name
-
setName
-
tenantId
-
getTenantId
Tenant ID of this variable.- Returns:
- tenantId
-
setTenantId
-
variableKey
-
getVariableKey
The key for this variable.- Returns:
- variableKey
-
setVariableKey
-
scopeKey
-
getScopeKey
The key of the scope where this variable is directly defined. For process-level variables, this is the process instance key. For local variables, this is the key of the specific element instance (task, subprocess, gateway, event, etc.) where the variable is directly defined.- Returns:
- scopeKey
-
setScopeKey
-
processInstanceKey
-
getProcessInstanceKey
The key of the process instance of this variable.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
rootProcessInstanceKey
-
getRootProcessInstanceKey
The key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy. This field is only present for data belonging to process instance hierarchies created in version 8.9 or later.- Returns:
- rootProcessInstanceKey
-
setRootProcessInstanceKey
-
value
-
getValue
Full value of this variable.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-